limiting gunicorn version

This commit is contained in:
Andy Pack 2023-09-05 21:22:07 +01:00
parent 227139a551
commit 07d5f42f11
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -25,7 +25,7 @@ COPY pyproject.toml .
COPY poetry.lock .
RUN poetry install
RUN poetry add gunicorn
RUN poetry add gunicorn@^20
COPY ./music ./music
COPY gunicorn.conf.py gunicorn.conf.py