Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,4 +21,4 @@ COPY . .
|
|
| 21 |
EXPOSE 8000 # Change this to 7860 only if deploying to Hugging Face Spaces
|
| 22 |
|
| 23 |
# Run FastAPI using Uvicorn
|
| 24 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 21 |
EXPOSE 8000 # Change this to 7860 only if deploying to Hugging Face Spaces
|
| 22 |
|
| 23 |
# Run FastAPI using Uvicorn
|
| 24 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|