limiting gunicorn version
This commit is contained in:
parent
227139a551
commit
07d5f42f11
@ -25,7 +25,7 @@ COPY pyproject.toml .
|
|||||||
COPY poetry.lock .
|
COPY poetry.lock .
|
||||||
|
|
||||||
RUN poetry install
|
RUN poetry install
|
||||||
RUN poetry add gunicorn
|
RUN poetry add gunicorn@^20
|
||||||
|
|
||||||
COPY ./music ./music
|
COPY ./music ./music
|
||||||
COPY gunicorn.conf.py gunicorn.conf.py
|
COPY gunicorn.conf.py gunicorn.conf.py
|
||||||
|
Loading…
Reference in New Issue
Block a user