Skip to content

Commit 49e24de

Browse files
committed
Adding long timeout limit
1 parent 79bf3b2 commit 49e24de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
2828

2929
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
3030

31-
CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-"]
31+
CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=600"]

0 commit comments

Comments
 (0)