Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace postgres seed with DbContainer solution
Issue currently is the tests for postgres fail: The container exits on postgres (not mysql, for identical both entrypoint and command...) with error: sh: 8: source: not found sh: 8: _main: not found I'm still tracking it down, because it's weird that /bin/sh says "source" does not exist (but not with mysql) but the _main should be available from the sourced entrypoint script.
- Loading branch information