fix(compose): pre-create pack/custom mountpoint for nested ro bind

The ./custom:/srv/pack/custom mount nests inside the read-only ./pack:/srv/pack
mount. Docker can't mkdir the child mountpoint under a :ro parent, so on a fresh
checkout (no pack/custom/ dir) container init fails with "read-only file system".
Track an empty pack/custom/ so the mountpoint always exists.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 02:28:15 +02:00
parent 1709bcd340
commit 46103495fb
2 changed files with 3 additions and 0 deletions

0
pack/custom/.gitkeep Normal file
View File