File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ RUN pnpm build:docker
9898# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
9999ENV OPENCLAW_PREFER_PNPM=1
100100RUN 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 .
162163COPY --from=runtime-assets --chown=node:node /app/${OPENCLAW_BUNDLED_PLUGIN_DIR} ./${OPENCLAW_BUNDLED_PLUGIN_DIR}
163164COPY --from=runtime-assets --chown=node:node /app/skills ./skills
164165COPY --from=runtime-assets --chown=node:node /app/docs ./docs
166+ COPY --from=runtime-assets --chown=node:node /app/qa ./qa
165167COPY openclaw/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
166168
167169# In npm-installed Docker images, prefer the copied source extension tree for
You can’t perform that action at this time.
0 commit comments