Fix poetry install
This commit is contained in:
parent
f92b72a335
commit
b132591730
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue