Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,5 +22,5 @@ ENV USE_QUANTIZATION=0
|
|
22 |
# Expose port for FastAPI
|
23 |
EXPOSE 8000
|
24 |
|
25 |
-
# Run the FastAPI app with uvicorn
|
26 |
-
CMD ["uvicorn", "
|
|
|
22 |
# Expose port for FastAPI
|
23 |
EXPOSE 8000
|
24 |
|
25 |
+
# Run the FastAPI app with uvicorn (updated to use app.py)
|
26 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|