SIGN IN SIGN UP

fix(agent-bot): run as non-root bun user (#42)

Drop root in the container so a compromised process cannot own the
whole container filesystem (CWE-250). Files copied with --chown=bun:bun
and /app is chowned before the USER switch so bun install still writes
node_modules.

Closes #39
V
Vaibhav Zope committed
9864e07493b9cfd8e6641a7190440e4ce4444bd5
Parent: 06a1a84
Committed by GitHub <noreply@github.com> on 8/20/2026, 2:44:32 PM