fix code lint

This commit is contained in:
Jakub Miazek
2023-09-17 15:18:42 +02:00
parent 92249e1b8b
commit bacd7ba6de
5 changed files with 5 additions and 9 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 --only main"
ARG INSTALL_ARGS="--no-root"
ENV POETRY_HOME="/opt/poetry"
ENV PATH="$POETRY_HOME/bin:$PATH"
COPY pyproject.toml poetry.lock ./