Skip to content

Commit

Permalink
added --no-root to poetry install in dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
borolepratik committed Jan 9, 2024
1 parent 11ea0d1 commit eb46c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip install --no-cache-dir poetry

# Use Poetry to install dependencies
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi
&& poetry install --no-interaction --no-ansi --no-root

# Make port 8080 available to the world outside this container
EXPOSE 8080
Expand Down

0 comments on commit eb46c72

Please sign in to comment.