From 76fd6e15cc2e84071e68d893da1304cf38a3cef4 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 24 Apr 2025 18:54:58 +0300 Subject: [PATCH] Update Dockerfile --- application/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]