Skip to content

Commit ac4ec25

Browse files
feat: update openclaw Dockerfile
1 parent c296ff8 commit ac4ec25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openclaw/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ RUN pnpm build:docker
9898
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
9999
ENV OPENCLAW_PREFER_PNPM=1
100100
RUN pnpm ui:build
101+
RUN pnpm qa:lab:build
101102

102103
# Prune dev dependencies and strip build-only metadata before copying
103104
# runtime assets into the final image.
@@ -162,6 +163,7 @@ COPY --from=runtime-assets --chown=node:node /app/openclaw.mjs .
162163
COPY --from=runtime-assets --chown=node:node /app/${OPENCLAW_BUNDLED_PLUGIN_DIR} ./${OPENCLAW_BUNDLED_PLUGIN_DIR}
163164
COPY --from=runtime-assets --chown=node:node /app/skills ./skills
164165
COPY --from=runtime-assets --chown=node:node /app/docs ./docs
166+
COPY --from=runtime-assets --chown=node:node /app/qa ./qa
165167
COPY openclaw/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
166168

167169
# In npm-installed Docker images, prefer the copied source extension tree for

0 commit comments

Comments
 (0)