Commit Graph

3 Commits

Author SHA1 Message Date
matevip
0cfd8b133a fix(build): pin shell/SQL scripts to LF via .gitattributes 2026-07-21 10:28:26 +08:00
matevip
f517580e22 fix(weixin): send generated files through weixin channel 2026-07-21 10:28:07 +08:00
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