shellphone.app/start_with_migrations.sh
2022-05-14 12:22:06 +02:00

6 lines
59 B
Bash

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