Skip to content

Commit a41807d

Browse files
authored
Increased gunicorn timeout
1 parent 38755fb commit a41807d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/production/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ COPY ./app /workspace/app
4343
COPY --from=build-stage /workspace/client/dist /workspace/dist
4444

4545
EXPOSE 5000
46-
CMD gunicorn -w 1 -b 0.0.0.0:5000 app:app --worker-class eventlet --log-level debug --no-sendfile
46+
CMD gunicorn -w 1 -b 0.0.0.0:5000 app:app --worker-class eventlet --log-level debug --no-sendfile --timeout 180
47+

0 commit comments

Comments
 (0)