nenafem commited on
Commit
c0d14a8
·
verified ·
1 Parent(s): 971594f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
17
 
18
  COPY --chown=user . /app
19
  # CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
20
- CMD ["gunicorn", "--timeout", "600", "-b", "0.0.0.0:7860", "app:app"]
 
17
 
18
  COPY --chown=user . /app
19
  # CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
20
+ CMD ["gunicorn", "--timeout", "60", "-b", "0.0.0.0:7860", "app:app"]