fix(docker): strip Windows CRLF from entrypoint.sh

This commit is contained in:
flobo3
2026-04-07 13:32:01 +08:00
committed by Xubin Ren
parent 5ee96721f7
commit 67e6f8cc7a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
# Ensure shell scripts always use LF line endings (Docker/Linux compat)
*.sh text eol=lf