This commit is contained in:
2026-02-06 12:15:43 +03:00
parent d654b1ffc8
commit 6d96372682
7 changed files with 60 additions and 11 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Force LF line endings for shell scripts (critical for Docker)
*.sh text eol=lf
docker/entrypoint-*.sh text eol=lf
# Default behavior
* text=auto