From 5c5d9514ce03479a70881542df43431f8bcecb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= Date: Sun, 3 Mar 2024 01:03:45 +0100 Subject: [PATCH] 1 worker (resolve cache bug) --- back/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/Dockerfile b/back/Dockerfile index b92e50d..9b0a503 100644 --- a/back/Dockerfile +++ b/back/Dockerfile @@ -10,4 +10,4 @@ EXPOSE 3005 RUN pip install gunicorn -CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:3005", "--chdir", "/t", "app:app"] \ No newline at end of file +CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:3005", "--chdir", "/t", "app:app"] \ No newline at end of file