gunicorn 패키지 추가
All checks were successful
Build And Test / build-and-push (push) Successful in 1m57s

This commit is contained in:
2025-05-21 07:58:46 +09:00
parent 6b28bc18f1
commit 63aa6e4671

View File

@ -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