From 644e95a2ee154ff986bd83299f97b41bc1d1988b Mon Sep 17 00:00:00 2001 From: ash Date: Tue, 31 Mar 2026 08:50:05 +0100 Subject: [PATCH] edit gunicorn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76fb03c..46fc136 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 RUN pip install gunicorn -CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"] \ No newline at end of file +CMD ["gunicorn", "-w", "4", "app:app"] \ No newline at end of file