fix: CRLF error.
add CRLF to LF in Dockerfile.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user