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 6c1a18e commit 42c158eCopy full SHA for 42c158e
Dockerfile
@@ -13,4 +13,4 @@ COPY pyproject.toml poetry.lock ./
13
RUN poetry install
14
COPY . ./
15
16
-CMD poetry run gunicorn go_capture.wsgi:application --bind 0.0.0.0:8000
+CMD poetry run gunicorn go_capture.wsgi:application --bind 0.0.0.0:8000 -t 60
0 commit comments