Просмотр исходного кода

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 недель назад
Родитель
Сommit
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