Closed johnmartins closed 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.
If docker refuses to run the sh-files, then it is because of the line endings. fix: git config --global core.eol lf
git config --global core.eol lf
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.