xyplon commited on
Commit
d6f11c8
·
verified ·
1 Parent(s): 5cc3609

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ ENV FLASK_RUN_HOST=0.0.0.0
19
  ENV FLASK_RUN_PORT=7860
20
 
21
  # Run the Gunicorn server with the appropriate worker class (gthread)
22
- CMD ["gunicorn", "-w", "50", "-k", "gevent", "-b", "0.0.0.0:7860", "app:app"]
 
19
  ENV FLASK_RUN_PORT=7860
20
 
21
  # Run the Gunicorn server with the appropriate worker class (gthread)
22
+ CMD ["gunicorn", "-w", "2", "-k", "gevent", "-b", "0.0.0.0:7860", "app:app"]