Преглед изворни кода

Fix start.sh execution issues

- Add .gitattributes to force LF line endings for shell scripts
- Ensure start.sh is executable

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris пре 4 недеља
родитељ
комит
8cf7146d71
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      .gitattributes
  2. 0 0
      start.sh

+ 6 - 0
.gitattributes

@@ -0,0 +1,6 @@
+# Ensure shell scripts always have LF line endings
+*.sh text eol=lf
+
+# Keep these as LF regardless of platform
+Dockerfile text eol=lf
+nginx.conf text eol=lf