sed-group / sed-backend

SED Lab back-end API
0 stars 3 forks source link

wait-for-it.sh support #38

Closed johnmartins closed 3 years ago

johnmartins commented 3 years ago

Short term, this prevents the backend container from rapidly rebooting until it finds the database.

Long term, this will be helpful when implementing support for automatic database migrations.

johnmartins commented 3 years ago

If docker refuses to run the sh-files, then it is because of the line endings. fix: git config --global core.eol lf