Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
added --no-root
  • Loading branch information
qtrinh2 authored Jan 14, 2025
1 parent f4dbfec commit 755ed36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV PATH="$PATH:/root/.local/bin"

# Install dependencies with Poetry
RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction --no-ansi
RUN poetry install --no-interaction --no-ansi --no-root
#RUN poetry install --no-root #--no-dev

# Copy over Volta binaries
Expand Down

0 comments on commit 755ed36

Please sign in to comment.