Severian commited on
Commit
5704284
·
verified ·
1 Parent(s): 18f0d68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,5 +42,5 @@ ENV FLASK_APP=server.py
42
  ENV PYTHONUNBUFFERED=1
43
 
44
  # Run the Flask server on 0.0.0.0:7860 using Gunicorn
45
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--timeout", "10000", "server:app"]
46
 
 
42
  ENV PYTHONUNBUFFERED=1
43
 
44
  # Run the Flask server on 0.0.0.0:7860 using Gunicorn
45
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "4", "--timeout", "10000", "server:app"]
46