airajena opened a new issue, #48: URL: https://github.com/apache/fineract-business-intelligence/issues/48
## Summary Add `.gitattributes` to force LF line endings on scripts, Dockerfiles, and config files, independent of a contributor's local `core.autocrlf` setting. ## Why On Windows checkouts, `core.autocrlf=true` converts shell scripts to CRLF. This breaks the container entrypoint scripts with `bad interpreter: /bin/sh^M: No such file or directory` — confirmed on `docker/postgres-warehouse/initdb/002_create_warehouse_roles.sh`, which prevents the warehouse container from starting on a fresh clone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
