RohanHBTU commited on
Commit
c883fb7
1 Parent(s): bf02839

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN mkdir /code/cache
14
 
15
  RUN chown user:user -R /code/cache
16
 
17
- CMD gunicorn -w 4 -b 0.0.0.0:7860 app:app
 
14
 
15
  RUN chown user:user -R /code/cache
16
 
17
+ CMD gunicorn --timeout 150 -w 4 -b 0.0.0.0:7860 app:app