Skip to content

Commit

Permalink
Remove redundant --no-root
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Aug 31, 2024
1 parent 34b5ca3 commit 67160d3
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 @@ -52,7 +52,7 @@ RUN --mount=type=cache,target=/root/.cache \

COPY poetry.lock pyproject.toml ./
RUN --mount=type=cache,target=/root/.cache \
poetry install --no-root --only main
poetry install --only main


## JS builder
Expand Down Expand Up @@ -103,7 +103,7 @@ COPY --from=python-builder-base ${POETRY_HOME} ${POETRY_HOME}
COPY poetry.lock pyproject.toml ./

RUN --mount=type=cache,target=/root/.cache \
poetry install --no-root
poetry install

ENV ENV_FOR_DYNACONF=development \
FLASK_ENV=development \
Expand Down

0 comments on commit 67160d3

Please sign in to comment.