feat(validation): complete validation editor and master data modules
This commit is contained in:
parent
2b5c765e41
commit
f73a24df13
73 changed files with 10194 additions and 0 deletions
7
validation-suite/backend/mercury/docker-entrypoint.sh
Normal file
7
validation-suite/backend/mercury/docker-entrypoint.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
alembic upgrade head
|
||||
python -m app.db.seed
|
||||
exec "$@"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue