Skip to content

Commit

Permalink
Pass --no-root to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Dec 31, 2023
1 parent 23566ff commit 4e425ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WORKDIR ${PYSETUP_PATH}

COPY poetry.lock pyproject.toml ./
RUN --mount=type=cache,target=/root/.cache \
poetry install --only main
poetry install --no-root --only main


## Production image
Expand Down

0 comments on commit 4e425ab

Please sign in to comment.