Docker: document qr-import manifest scope

This commit is contained in:
Vincent Koc
2026-03-08 16:54:33 -07:00
parent fcfa6373bf
commit d585731b12
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY ui/package.json ./ui/package.json
COPY patches ./patches
# This image only exercises the root qrcode-terminal dependency path.
# Keep the pre-install copy set limited to the manifests needed for root
# workspace resolution so unrelated extension edits do not bust the layer.
RUN --mount=type=cache,id=openclaw-pnpm-store,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm install --frozen-lockfile