Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ COPY .env /app/.env
|
|
16 |
COPY . .
|
17 |
|
18 |
# Command to run the FastAPI app
|
19 |
-
CMD ["uvicorn", "
|
|
|
16 |
COPY . .
|
17 |
|
18 |
# Command to run the FastAPI app
|
19 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|