Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -51,5 +51,5 @@ RUN ls
|
|
| 51 |
EXPOSE 7860
|
| 52 |
|
| 53 |
# Run the application
|
| 54 |
-
CMD ["uvicorn", "app:app", "--host", "
|
| 55 |
|
|
|
|
| 51 |
EXPOSE 7860
|
| 52 |
|
| 53 |
# Run the application
|
| 54 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
|
| 55 |
|