Commit Graph

1 Commits

Author SHA1 Message Date
mateaix
fcd2b04397 fix(build): pin shell/SQL scripts to LF via .gitattributes (#544)
Windows checkouts with core.autocrlf=true (the Git for Windows default)
converted docker/postgres/init/10-app-role.sh to CRLF, so the container
entrypoint failed with 'cannot execute: required file not found' and the
postgres/server containers crash-looped. Pinning *.sh/*.sql to LF makes
Windows clones produce container-executable scripts regardless of the
local autocrlf setting.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 21:58:41 +08:00