Fix CRLF line endings in runtime/deploy scripts and enforce LF
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m29s

This commit is contained in:
Matt
2026-02-14 16:35:26 +01:00
parent b5425e705e
commit 3975b5c51f
6 changed files with 351 additions and 339 deletions

12
.gitattributes vendored Normal file
View File

@@ -0,0 +1,12 @@
* text=auto
# Deployment/runtime scripts must stay LF for Linux containers/shells.
*.sh text eol=lf
Dockerfile text eol=lf
**/Dockerfile text eol=lf
# Keep YAML and env-ish config files LF across platforms.
*.yml text eol=lf
*.yaml text eol=lf
*.env text eol=lf
*.sql text eol=lf