CloudAnts commited on
Commit
08c8041
·
verified ·
1 Parent(s): 9988247

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ USER user
28
  COPY --chown=user . /app
29
 
30
  # Set the command to run the app with Gunicorn
31
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
 
28
  COPY --chown=user . /app
29
 
30
  # Set the command to run the app with Gunicorn
31
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app", "--timeout", "9600"]