shellphone.app/start_with_migrations.sh

6 lines
59 B
Bash
Raw Normal View History

2022-05-14 10:22:06 +00:00
#!/bin/sh
set -ex
npx prisma migrate deploy
npm run start