Files
Renn F 08540107e5 fix(panel): chown public assets to nextjs so they don't 500
The panel image copied /app/public without --chown, leaving every asset
root:root rwxrwx---. The container runs as the non-root nextjs user (uid
1001), which falls under 'other' (no perms) → EACCES reading any public file
→ Next.js returns 500 for /roboco-logo.png and friends. A redeploy never
helped because the image itself baked in the bad ownership. Chown the public
copy to nextjs:nodejs, matching the standalone/static copies.
2026-06-11 18:46:27 +02:00
..
2026-06-05 16:35:22 +02:00