mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-05 13:15:24 +02:00
0ddde1be66
Bun fails with "unable to write files to tempdir: AccessDenied" when the container user doesn't own /tmp. This cascades to Playwright (can't launch Chromium) and browse (server won't start). Fix: create writable temp dirs at job start. If /tmp isn't writable, fall back to $HOME/tmp via TMPDIR. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>