Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,4 @@ EXPOSE 8000
|
|
| 17 |
ENV HOST=0.0.0.0
|
| 18 |
|
| 19 |
# Step 7: Run FastAPI with Uvicorn
|
| 20 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 17 |
ENV HOST=0.0.0.0
|
| 18 |
|
| 19 |
# Step 7: Run FastAPI with Uvicorn
|
| 20 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|