Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ ENV HF_HOME=/app/.cache
|
|
22 |
USER user
|
23 |
|
24 |
# Run the application using Gunicorn
|
25 |
-
CMD ["uvicorn", "
|
|
|
22 |
USER user
|
23 |
|
24 |
# Run the application using Gunicorn
|
25 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|