We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b62eeb commit d09a131Copy full SHA for d09a131
1 file changed
openclaw/Dockerfile
@@ -113,6 +113,7 @@ RUN printf 'packages:\n - .\n - ui\n' > /tmp/pnpm-workspace.runtime.yaml && \
113
done && \
114
cp /tmp/pnpm-workspace.runtime.yaml pnpm-workspace.yaml && \
115
CI=true NPM_CONFIG_FROZEN_LOCKFILE=false pnpm prune --prod && \
116
+ node scripts/postinstall-bundled-plugins.mjs && \
117
for plugin in $OPENCLAW_EXCLUDE_BUNDLED_PLUGINS; do \
118
if [ -n "$plugin" ]; then \
119
rm -rf "${OPENCLAW_BUNDLED_PLUGIN_DIR}/$plugin"; \
0 commit comments