Skip to content

Commit

Permalink
Dockerfile: try --no-root
Browse files Browse the repository at this point in the history
  • Loading branch information
turtlebasket committed Feb 6, 2025
1 parent 474f371 commit b0c174b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN poetry config virtualenvs.create false

WORKDIR /app
COPY pyproject.toml poetry.lock ./
RUN poetry install
RUN poetry install --no-root

COPY . .

RUN poetry install
RUN poetry install --no-root

0 comments on commit b0c174b

Please sign in to comment.