explit/start_with_migrations.sh

6 lines
59 B
Bash

#!/bin/sh
set -ex
npx prisma migrate deploy
npm run start