Skip to content

Commit

Permalink
Add --no-root option to poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway authored Jan 6, 2025
1 parent 3c4a6f8 commit f4be81c
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 @@ -8,7 +8,7 @@ RUN pip install poetry
RUN poetry config virtualenvs.create false

COPY pyproject.toml poetry.lock ./
RUN poetry install --without dev
RUN poetry install --no-root --without dev
RUN mkdir logs

COPY . .
Expand Down

0 comments on commit f4be81c

Please sign in to comment.