Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ WORKDIR /app
|
|
| 19 |
EXPOSE 80
|
| 20 |
|
| 21 |
# Run app.py when the container launches
|
| 22 |
-
CMD ["uvicorn", "main
|
|
|
|
| 19 |
EXPOSE 80
|
| 20 |
|
| 21 |
# Run app.py when the container launches
|
| 22 |
+
CMD ["uvicorn", "main", "--host", "0.0.0.0", "--port", "80"]
|