pa3lo commited on
Commit
106a11f
1 Parent(s): 0e9378a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -31,4 +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"]
 
 
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"]