mirror of https://github.com/openclaw/openclaw.git
build: copy bundled plugin postinstall script into cleanup smoke image
This commit is contained in:
parent
44b9936136
commit
d90b627e1b
|
|
@ -19,6 +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/postinstall-bundled-plugins.mjs
|
||||
RUN --mount=type=cache,id=openclaw-pnpm-store,target=/root/.local/share/pnpm/store,sharing=locked \
|
||||
corepack enable \
|
||||
&& pnpm install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue