Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -41,6 +41,5 @@ ENV FLASK_APP=app.py \
|
|
41 |
FLASK_ENV=production
|
42 |
|
43 |
# Command to run the application
|
44 |
-
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
|
45 |
-
|
46 |
-
#CMD ["gunicorn", "--workers=5", "--threads=2", "--bind=0.0.0.0:7860", "--timeout=120", "app:app"]
|
|
|
41 |
FLASK_ENV=production
|
42 |
|
43 |
# Command to run the application
|
44 |
+
#CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
|
45 |
+
CMD ["gunicorn", "--workers=5", "--threads=2", "--bind=0.0.0.0:7860", "--timeout=120", "app:app"]
|
|