fix: unblock claude docker live lanes

This commit is contained in:
Peter Steinberger
2026-04-06 17:31:03 +01:00
parent e7e3f11b20
commit c7cc89904e
11 changed files with 40 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ COPY ui/package.json ./ui/package.json
COPY packages ./packages
COPY extensions ./extensions
COPY patches ./patches
COPY scripts/postinstall-bundled-plugins.mjs scripts/npm-runner.mjs ./scripts/
COPY scripts/postinstall-bundled-plugins.mjs scripts/npm-runner.mjs scripts/windows-cmd-helpers.mjs ./scripts/
RUN --mount=type=cache,id=openclaw-pnpm-store,target=/root/.local/share/pnpm/store,sharing=locked \
corepack enable \
&& pnpm install --frozen-lockfile