Files
Edu_helper/.gitattributes
Константин Лебединский d8805bd4ed fix(docker): CRLF в entrypoint на Windows; .gitattributes для *.sh; README
Made-with: Cursor
2026-04-01 22:10:18 +05:00

4 lines
204 B
Plaintext

# Скрипты для Linux-контейнеров — только LF (иначе на Windows: exec /docker-entrypoint.sh: no such file or directory)
*.sh text eol=lf
docker-entrypoint.sh text eol=lf