Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|