chore: enforce LF line endings + fix entrypoint.sh CRLF
Without this, Windows Docker Desktop checks out the entrypoint and helper scripts with CRLF, and `#!/bin/sh\r` either fails outright or silently exec's the wrong interpreter, depending on the kernel + busybox combo. Adds .gitattributes to pin LF on all shell/Python/YAML files + renormalises the existing entrypoint.sh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d4ab584deb
commit
39c5b5b11f
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
* text=auto eol=lf
|
||||
*.sh text eol=lf
|
||||
*.py text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.yml text eol=lf
|
||||
Dockerfile text eol=lf
|
||||
Loading…
Reference in New Issue
Block a user