WebashalarForML commited on
Commit
989b243
·
verified ·
1 Parent(s): 7399888

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -41,6 +41,5 @@ ENV FLASK_APP=app.py \
41
  FLASK_ENV=production
42
 
43
  # Command to run the application
44
- CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
45
-
46
- #CMD ["gunicorn", "--workers=5", "--threads=2", "--bind=0.0.0.0:7860", "--timeout=120", "app:app"]
 
41
  FLASK_ENV=production
42
 
43
  # Command to run the application
44
+ #CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
45
+ CMD ["gunicorn", "--workers=5", "--threads=2", "--bind=0.0.0.0:7860", "--timeout=120", "app:app"]