fix: CRLF error.

add CRLF to LF in Dockerfile.
This commit is contained in:
2025-12-14 01:06:17 +09:00
parent b1c9fa5f8e
commit a6f0d1c73c
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -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