# Container build files must stay LF regardless of the checkout platform —
# Docker builds from the working tree, and CRLF breaks a shell script's shebang
# inside Alpine (and corrupts heredoc-generated configs in the AIO Dockerfile).
*.sh        text eol=lf
Dockerfile  text eol=lf
entrypoint.sh text eol=lf
