pa3lo commited on
Commit
14cc56a
1 Parent(s): 1f9a967

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -31,5 +31,5 @@ EXPOSE 7860
31
  ENV NAME World
32
 
33
  # Run app.py when the container launches
34
- #CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
35
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app", "--workers=2" ]
 
31
  ENV NAME World
32
 
33
  # Run app.py when the container launches
34
+ CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
35
+ #CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app", "--workers=2" ]