We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7595b commit c6ced44Copy full SHA for c6ced44
docker/production/Dockerfile
@@ -39,4 +39,4 @@ COPY ./.git /workspace/.git
39
COPY ./app /workspace/app
40
41
EXPOSE 5000
42
-CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py --log-level debug
+CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --timeout 180 --config app/gunicorn_config.py --log-level debug
0 commit comments