From 133863e601a7872cb52440c4e58e180e86f4cdd3 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Mar 2023 19:23:56 +0000 Subject: [PATCH] Update Dockerfile --- application/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Dockerfile b/application/Dockerfile index bc8f6ecb..dcda38bd 100644 --- a/application/Dockerfile +++ b/application/Dockerfile @@ -20,4 +20,4 @@ RUN pip install gunicorn EXPOSE 5001 -CMD ["gunicorn", "-w", "2", "--bind", "0.0.0.0:5001", "wsgi:app"] +CMD ["gunicorn", "-w", "2","-timeout", "120", "--bind", "0.0.0.0:5001", "wsgi:app"]