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"]