sikeaditya commited on
Commit
0dde85b
·
verified ·
1 Parent(s): 9392ba0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ ENV PORT=7860
28
  EXPOSE 7860
29
 
30
  # Command to run the application
31
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
 
28
  EXPOSE 7860
29
 
30
  # Command to run the application
31
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860","--timeout", "240", "app:app"]