Skip to content

Commit

Permalink
feat(dockerfile): Extend poetry install command
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiWo committed Nov 30, 2023
1 parent 2c8aa9a commit c4c09b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH="$POETRY_HOME/bin:$PATH"
RUN python3 -m pip install --no-cache-dir poetry==1.7.1
COPY pyproject.toml .
COPY poetry.lock .
RUN poetry install --only main
RUN poetry install --only main --no-interaction --no-root

FROM python as runtime
LABEL author1="Tobias Wohland" \
Expand Down

0 comments on commit c4c09b9

Please sign in to comment.