Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -53,7 +53,7 @@ COPY --chown=myuser:myuser . .
|
|
| 53 |
ENV GOOGLE_VISION_API=""
|
| 54 |
|
| 55 |
# Expose the port the app runs on
|
| 56 |
-
EXPOSE
|
| 57 |
|
| 58 |
# Run the FastAPI server when the container launches
|
| 59 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 53 |
ENV GOOGLE_VISION_API=""
|
| 54 |
|
| 55 |
# Expose the port the app runs on
|
| 56 |
+
EXPOSE 7860
|
| 57 |
|
| 58 |
# Run the FastAPI server when the container launches
|
| 59 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|