Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -57,4 +57,5 @@ ENV FLASK_APP=app.py \
|
|
57 |
FLASK_ENV=production
|
58 |
|
59 |
# Start the application with Gunicorn
|
60 |
-
|
|
|
|
57 |
FLASK_ENV=production
|
58 |
|
59 |
# Start the application with Gunicorn
|
60 |
+
|
61 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|