Skip to content

Commit 42c158e

Browse files
committed
Set longer timeout for gunicorn
1 parent 6c1a18e commit 42c158e

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
@@ -13,4 +13,4 @@ COPY pyproject.toml poetry.lock ./
1313
RUN poetry install
1414
COPY . ./
1515

16-
CMD poetry run gunicorn go_capture.wsgi:application --bind 0.0.0.0:8000
16+
CMD poetry run gunicorn go_capture.wsgi:application --bind 0.0.0.0:8000 -t 60

0 commit comments

Comments
 (0)