Fix poetry install

This commit is contained in:
Oliver Traber 2025-02-02 21:02:44 +01:00
parent f92b72a335
commit b132591730
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -48,7 +48,7 @@ WORKDIR $PYSETUP_PATH
COPY poetry.lock pyproject.toml ./ COPY poetry.lock pyproject.toml ./
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally # install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
RUN poetry install --no-dev RUN poetry install
# `production` image used for runtime # `production` image used for runtime
FROM python-base as production FROM python-base as production