fix: copy workspace templates for agent bootstrap

This commit is contained in:
Simon KP 2026-01-26 21:12:48 +11:00
parent f1820b9cb5
commit 733e763883

View File

@ -61,6 +61,7 @@ WORKDIR /app
COPY --from=clawdbot-builder /app/dist ./dist
COPY --from=clawdbot-builder /app/node_modules ./node_modules
COPY --from=clawdbot-builder /app/package.json ./package.json
COPY --from=clawdbot-builder /app/docs/reference/templates ./docs/reference/templates
# UI not built - gateway-only deploy
# Copy the pre-built extensions to staging (PVC will mount over /root/.clawdbot)