We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b573024 commit 1b65728Copy full SHA for 1b65728
1 file changed
openclaw/Dockerfile
@@ -180,10 +180,6 @@ COPY --from=runtime-assets --chown=node:node /app/docs ./docs
180
COPY --from=runtime-assets --chown=node:node /app/qa ./qa
181
COPY openclaw/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
182
183
-# In npm-installed Docker images, prefer the copied source extension tree for
184
-# bundled discovery so package metadata that points at source entries stays valid.
185
-ENV OPENCLAW_BUNDLED_PLUGINS_DIR=/app/${OPENCLAW_BUNDLED_PLUGIN_DIR}
186
-
187
# Keep pnpm available in the runtime image for container-local workflows.
188
# Use a shared Corepack home so the non-root `node` user does not need a
189
# first-run network fetch when invoking pnpm.
0 commit comments