Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,4 @@ EXPOSE 7860
|
|
| 17 |
ENV FLASK_APP=app.py
|
| 18 |
|
| 19 |
# Run the application using Gunicorn
|
| 20 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:
|
|
|
|
| 17 |
ENV FLASK_APP=app.py
|
| 18 |
|
| 19 |
# Run the application using Gunicorn
|
| 20 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|