Kaynağa Gözat

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 3 hafta önce
ebeveyn
işleme
8cf7146d71
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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

+ 0 - 0
start.sh