explit/start_with_migrations.sh

6 lines
59 B
Bash
Raw Permalink Normal View History

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