Преглед на файлове

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

+ 0 - 0
start.sh