Files
CRM_AGENTES_CARGA/.gitattributes
Aduanasoft 2ed6247f1e chore: LF en scripts de contenedor (.gitattributes) + rebrand de títulos a CRM
- docker-entrypoint.sh (backend/frontend) y auth-mode.sh normalizados a LF
  (CRLF rompía el shebang dentro de los contenedores Linux)
- .gitattributes fuerza LF en *.sh
- Títulos HTML (app.html / index.html) → "CRM — Aduanasoft"
- .gitignore: docker-compose.override.yml

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 16:19:12 -06:00

4 lines
144 B
Plaintext

# Los scripts de shell deben conservar LF (si no, el shebang se rompe en contenedores Linux).
*.sh text eol=lf
docker-entrypoint.sh text eol=lf