Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ ENV HF_HOME=/app/.cache
|
|
| 20 |
ENV PORT=7680
|
| 21 |
|
| 22 |
# Run the application using Gunicorn
|
| 23 |
-
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7680", "
|
|
|
|
| 20 |
ENV PORT=7680
|
| 21 |
|
| 22 |
# Run the application using Gunicorn
|
| 23 |
+
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7680", "app:app"]
|