bump project deps

This commit is contained in:
Jakub Miazek
2023-03-07 13:20:58 +01:00
parent a27727f8d7
commit 72f8f756e8
2 changed files with 306 additions and 313 deletions

View File

@@ -10,7 +10,7 @@ FROM base AS install
WORKDIR /home/code
# allow controlling the poetry installation of dependencies via external args
ARG INSTALL_ARGS="--no-root --no-dev"
ARG INSTALL_ARGS="--no-root --only main"
ENV POETRY_HOME="/opt/poetry"
ENV PATH="$POETRY_HOME/bin:$PATH"
COPY pyproject.toml poetry.lock ./