#!/bin/bash
set -e
echo "running migrations"
(cd ../bridge-migrations/ && pnpm run migrate:up:all)
echo "starting link"
exec dumb-init pnpm run start