Files
git_admin 32f1c82e2b add .gitattributes: force *.sh to LF
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>
2026-05-30 00:27:47 +05:00

3 lines
124 B
Plaintext

# shell-скрипты всегда с LF — CRLF ломает shebang/exec в Linux-контейнере
*.sh text eol=lf