diff --git a/application/Dockerfile b/application/Dockerfile index 308b721b..e33721a2 100644 --- a/application/Dockerfile +++ b/application/Dockerfile @@ -84,4 +84,4 @@ EXPOSE 7091 USER appuser # Start Gunicorn -CMD ["gunicorn", "-w", "2", "--timeout", "120", "--bind", "0.0.0.0:7091", "application.wsgi:app"] \ No newline at end of file +CMD ["gunicorn", "-w", "1", "--timeout", "120", "--bind", "0.0.0.0:7091", "--preload", "application.wsgi:app"]