fix(docker): copy patches directory for pnpm patchedDependencies
pnpm install --frozen-lockfile fails in Docker with ENOENT when pnpm-lock.yaml references patched dependencies (jsdoc@3.6.11.patch) but the patches/ directory is not copied into the container. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
f981d65004
commit
88a1b59f02
@@ -10,6 +10,9 @@ COPY pnpm-workspace.yaml .
|
||||
COPY pnpm-lock.yaml .
|
||||
COPY package.json .
|
||||
|
||||
# Copy patches (pnpm patchedDependencies)
|
||||
COPY patches ./patches
|
||||
|
||||
# Copy service
|
||||
COPY services/backend ./services/backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user