Bhanushray commited on
Commit
93e0d5c
·
verified ·
1 Parent(s): e88e735

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -27,8 +27,3 @@ EXPOSE 7860
27
 
28
  # Run the app with Gunicorn
29
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:FLASK_APP", "-w", "2", "--timeout", "300"]
30
-
31
-
32
-
33
- # # THE COMMAND TO START THE GUNICORN PRODUCTION SERVER
34
- # CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:FLASK_APP"]
 
27
 
28
  # Run the app with Gunicorn
29
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:FLASK_APP", "-w", "2", "--timeout", "300"]