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

@ -1,6 +1,7 @@
#!/bin/bash
set -e
echo "running migrations"
(cd ../bridge-migrations/ && npm run migrate:up:all)
echo "starting link"
exec dumb-init npm run start