Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,4 +27,4 @@ EXPOSE 8000
|
|
| 27 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
| 28 |
|
| 29 |
# Run the FastAPI app with uvicorn
|
| 30 |
-
CMD ["uvicorn", "
|
|
|
|
| 27 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
| 28 |
|
| 29 |
# Run the FastAPI app with uvicorn
|
| 30 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|