Commit Graph

1 Commits

Author SHA1 Message Date
tinkotvas
74513aad0c Add .gitattributes to use LF line-endings for *.sh files (#11)
This fixes the PostgreSQL setup when using Windows as Docker host. Because git by default will transform all files to Windows line-endings on clone, the files mounted inside the Linux based PostgreSQL container can't be read correctly and the initialisation fails.

Closes #10.
2019-02-19 18:15:22 +01:00