prthm11 commited on
Commit
43ce83a
·
verified ·
1 Parent(s): 524d7af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -56,6 +56,6 @@ ENV FLASK_APP=app.py \
56
 
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"]
 
56
 
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", "", "--timeout", "360", "app:app"]