From 63aa6e46719fa0e3f0cf70194f8607e5758b69e7 Mon Sep 17 00:00:00 2001 From: icurfer Date: Wed, 21 May 2025 07:58:46 +0900 Subject: [PATCH] =?UTF-8?q?gunicorn=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0556359..9a36822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get clean # install python dependencies RUN pip install --upgrade pip RUN pip install -r requirements.txt +RUN pip install gunicorn==20.1.0 # collect static files # RUN python manage.py collectstatic --noinput