Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN apt-get update && \
|
|
| 16 |
COPY . .
|
| 17 |
|
| 18 |
# Expose the port
|
| 19 |
-
EXPOSE
|
| 20 |
|
| 21 |
# Run FastAPI
|
| 22 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 16 |
COPY . .
|
| 17 |
|
| 18 |
# Expose the port
|
| 19 |
+
EXPOSE 7860
|
| 20 |
|
| 21 |
# Run FastAPI
|
| 22 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|