WebashalarForML commited on
Commit
593673c
·
verified ·
1 Parent(s): 5a0a1b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,4 +52,4 @@ ENV FLASK_APP=app.py \
52
  EXPOSE 7860
53
 
54
  # Command to run the application
55
- CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860","app:app"]
 
52
  EXPOSE 7860
53
 
54
  # Command to run the application
55
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "360", "app:app"]