Skip to content

Commit c6ced44

Browse files
committed
increase the timeout to 180
1 parent db7595b commit c6ced44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/production/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ COPY ./.git /workspace/.git
3939
COPY ./app /workspace/app
4040

4141
EXPOSE 5000
42-
CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py --log-level debug
42+
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

Comments
 (0)