Skip to content

Commit

Permalink
trival (#2582)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?



### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
KevinHuSh authored Sep 25, 2024
1 parent 6363d58 commit 8ede1c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.scratch
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN cd web && npm i --force && npm run build

# install dependencies from poetry.lock file
COPY pyproject.toml poetry.toml poetry.lock ./
RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked

RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked \
/root/.local/bin/poetry install --sync --no-cache --no-root
Expand Down

0 comments on commit 8ede1c7

Please sign in to comment.