bariumc commited on
Commit
6d393ca
1 Parent(s): e0d5981

Update Dockerfile

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