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