a6f0d1c73c
add CRLF to LF in Dockerfile.
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
# Normalize line endings to avoid CRLF issues in Linux containers
|
|
* text=auto
|
|
|
|
# Shell scripts must be LF for correct shebang parsing
|
|
*.sh text eol=lf
|
|
|
|
# PowerShell scripts are typically CRLF on Windows
|
|
*.ps1 text eol=crlf
|