Docker Bundle
No extra deploymentThe docs app is exported as static files and copied into the existing web app public directory:
- source:
apps/docs/out/docs/* - target:
apps/web/public/docs/*
This keeps runtime topology unchanged:
- no new web pod
- no extra service
- docs available under
/docs
Build flow
CI runs bun run docs:bundle, which builds docs and syncs artifacts before
web dist upload.
Last updated on