Skip to content

Commit

Permalink
increased timeout of gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Sep 27, 2022
1 parent 9ccc07e commit 45d95ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

COPY ./app /code/app

CMD ["gunicorn", "app.main:app", "--bind", "0.0.0.0:8020"]
CMD ["gunicorn", "app.main:app", "--bind", "0.0.0.0:8020", "--timeout", "600"]

0 comments on commit 45d95ce

Please sign in to comment.