diff --git a/scripts/start.sh b/scripts/start.sh index 35d0ed7..031c0f2 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -2,5 +2,5 @@ set -x /app/scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "db is up" -npx prisma db push -yarn start \ No newline at end of file +npx prisma migrate deploy +yarn start