Commit Graph

1 Commits

Author SHA1 Message Date
Brian Fertig 42f9785624 fix: ensure LF line endings for docker-entrypoint.sh on Windows checkouts
Add .gitattributes to enforce LF line endings for shell scripts and
Dockerfile. Update Dockerfile to strip CRLF before making
docker-entrypoint.sh executable, preventing "no such file or directory"
errors at container startup caused by CRLF shebang lines on Windows.
2026-08-12 13:27:23 -06:00