Archon/.gitattributes
Leex b739fb667a fix(docker): CRLF entrypoint + Windows Docker Desktop docs
- .gitattributes: force LF for *.sh, docker-entrypoint.sh, Caddyfile*
- docker-entrypoint.sh: normalize to LF
- Caddyfile.example: normalize to LF
- Dockerfile: add sed CRLF strip as defense-in-depth after COPY
- docs/docker.md: add "Local Docker Desktop" section for Windows/macOS

Closes #869
2026-04-06 15:21:03 +03:00

8 lines
236 B
Text

# Auto detect text files and perform LF normalization
* text=auto
# Force LF line endings for files that run inside Linux containers
*.sh text eol=lf
docker-entrypoint.sh text eol=lf
Caddyfile text eol=lf
Caddyfile.example text eol=lf