Tri4 commited on
Commit
435d2da
·
verified ·
1 Parent(s): d8a4e62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -11,4 +11,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
 
14
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
 
 
11
 
12
  COPY --chown=user . /app
13
 
14
+ #CMD ["gunicorn", "-b", "0.0.0.0:7860", --timeout 120, "main:app"]
15
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "120", "main:app"]