Skip to content

Commit 6c25825

Browse files
feat: update openclaw Dockerfile
1 parent 9f36572 commit 6c25825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openclaw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ WORKDIR /app
6363
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc ./
6464
COPY ui/package.json ./ui/package.json
6565
COPY patches ./patches
66-
COPY scripts/postinstall-bundled-plugins.mjs ./scripts/postinstall-bundled-plugins.mjs
66+
COPY scripts/postinstall-bundled-plugins.mjs scripts/npm-runner.mjs ./scripts/
6767

6868
COPY --from=ext-deps /out/ ./${OPENCLAW_BUNDLED_PLUGIN_DIR}/
6969

0 commit comments

Comments
 (0)