jws-backend/entrypoint.sh
HAM 8d2b8e192b
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
update: entrypoint.sh
2026-01-12 14:32:29 +07:00

8 lines
126 B
Bash

#!/bin/sh
set -e
echo "Running prisma migrations..."
npx prisma migrate deploy
echo "Starting server..."
node ./dist/app.js