#!/bin/sh set -eu echo "Applying database migrations..." npx prisma migrate deploy echo "Starting NestJS..." exec node dist/main.js