#!/bin/sh set -e echo "Running database migrations..." node_modules/.bin/prisma migrate deploy exec node dist/main.js