Skip to content

Commit

Permalink
added --no-root to poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Jan 6, 2025
1 parent b04e8c2 commit 0275e04
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 @@ -22,7 +22,7 @@ COPY . /app/
RUN pip3 install poetry

RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction --no-ansi
RUN poetry install --no-interaction --no-ansi --no-root

# Copy over Volta binaries
RUN mkdir -p /root/.volta/bin
Expand Down

0 comments on commit 0275e04

Please sign in to comment.