Spaces:
Runtime error
Runtime error
Arghya Ghosh commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ COPY --chown=user . .
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
# Default command to run FastAPI with Uvicorn
|
| 26 |
-
CMD ["uvicorn", "
|
|
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
# Default command to run FastAPI with Uvicorn
|
| 26 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|