Merge pull request #30 from techops-services/fix/copy-agent-templates

fix: copy workspace templates for agent bootstrap
This commit is contained in:
Simon KP 2026-01-26 22:37:06 +11:00 committed by GitHub
commit 3643d543b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)