mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-09 14:09:47 +08:00
Docker --user runner means /tmp (created as root during build) isn't writable. Bun requires a writable tempdir for any operation including compilation. Mount a fresh tmpfs at /tmp with exec permissions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>