fix(docker): CRLF в entrypoint на Windows; .gitattributes для *.sh; README

Made-with: Cursor
This commit is contained in:
Константин Лебединский
2026-04-01 22:10:18 +05:00
parent fe99f8dc72
commit d8805bd4ed
3 changed files with 19 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
# Скрипты для Linux-контейнеров — только LF (иначе на Windows: exec /docker-entrypoint.sh: no such file or directory)
*.sh text eol=lf
docker-entrypoint.sh text eol=lf