prthm11 commited on
Commit
2e88e4a
·
verified ·
1 Parent(s): 6e18f95

Update Dockerfile

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