#!/bin/sh set -e echo "Running migrations" npx prisma migrate deploy echo "Starting application" node index.js "$@"