Skip to content

Commit

Permalink
fix docker build, remove COPY patches (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Feb 16, 2024
1 parent fd91377 commit a9bc578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN corepack enable
FROM base as fetcher
# pnpm fetch only requires lockfile, but we'll need to build workspaces
COPY pnpm*.yaml ./
COPY patches ./patches
# mount pnpm store as cache & fetch dependencies
RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm-store \
pnpm fetch --ignore-scripts
Expand Down

0 comments on commit a9bc578

Please sign in to comment.