prthm11 commited on
Commit
67018d6
·
verified ·
1 Parent(s): 22d385a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,5 +58,5 @@ ENV FLASK_APP=app.py \
58
  # Expose port and start application
59
  EXPOSE 7860
60
  # CMD ["python", "app.py"]
61
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "4", "app:app"]
62
  #CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "", "--timeout", "360", "app:app"]
 
58
  # Expose port and start application
59
  EXPOSE 7860
60
  # CMD ["python", "app.py"]
61
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "app:app"]
62
  #CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "", "--timeout", "360", "app:app"]