pa3lo commited on
Commit
e7e1740
1 Parent(s): 61846ba

Update Dockerfile

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