Skip to content

Commit

Permalink
build: only use --no-root for first poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
turtlebasket committed Feb 6, 2025
1 parent 1816bcd commit 722608b
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 @@ -18,4 +18,4 @@ RUN poetry install --no-root

COPY . .

RUN poetry install --no-root
RUN poetry install

0 comments on commit 722608b

Please sign in to comment.