dnscms: always install latest gunicorn
This commit is contained in:
@ -29,7 +29,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pyproject.toml poetry.lock README.md /app/
|
COPY pyproject.toml poetry.lock README.md /app/
|
||||||
RUN pip install "gunicorn==20.0.4"
|
RUN pip install gunicorn
|
||||||
RUN poetry install --without=dev
|
RUN poetry install --without=dev
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN chown wagtail:wagtail /app
|
RUN chown wagtail:wagtail /app
|
||||||
|
Reference in New Issue
Block a user