32f1c82e2b
entrypoint.sh has a /bin/sh shebang; CRLF would break exec in the Linux container. Keep shell scripts LF-only regardless of Windows autocrlf. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 lines
124 B
Plaintext
3 lines
124 B
Plaintext
# shell-скрипты всегда с LF — CRLF ломает shebang/exec в Linux-контейнере
|
|
*.sh text eol=lf
|