hackoregon / backend-examplar-2018

an example dockerized geo-aware django backend
MIT License
4 stars 5 forks source link

Line endings need to be forced to Linux #48

Open znmeb opened 6 years ago

znmeb commented 6 years ago

The scripts that run inside the container need to have Linux line endings. I've fixed this on the pet containers; it looks like we need to do that here too.

This is from Windows 10 Pro with Git for Windows:

db_development_1   | /docker-entrypoint-initdb.d/1make-dbusers.sh: line 2: $'\r': command not found
backend-examplar-2018_db_development_1 exited with code 127
znmeb commented 6 years ago

Fix is in pull request #49