Skip to content

Commit f6ca6a5

Browse files
fix: copy patches/ directory in Dockerfile fe-builder stage (#3301)
pnpm requires patch files referenced in pnpm-lock.yaml to be present during install. The patches/ dir was not copied, causing the build to fail with ENOENT on @pierre__diffs@1.1.4.patch. Fixes #3300 Co-authored-by: Claude Code <claude@anthropic.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b86c921 commit f6ca6a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/remote/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COPY packages/local-web/package.json packages/local-web/package.json
1919
COPY packages/remote-web/package.json packages/remote-web/package.json
2020
COPY packages/ui/package.json packages/ui/package.json
2121
COPY packages/web-core/package.json packages/web-core/package.json
22+
COPY patches/ patches/
2223

2324
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
2425
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)