Move migrations to separate app

This commit is contained in:
Darren Clarke 2024-08-07 16:05:26 +02:00
parent 87724bb7b8
commit c47223f5e9
21 changed files with 55 additions and 815 deletions

View file

@ -2,6 +2,6 @@
set -e
echo "running migrations"
npm run migrate:up:all
(cd ../bridge-migrations/ && npm run migrate:up:all)
echo "starting bridge-frontend"
exec dumb-init npm run start