update: entrypoint.sh
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s

This commit is contained in:
HAM 2026-01-12 14:32:29 +07:00
parent c11fed9832
commit a10626e756

View file

@ -1,4 +1,8 @@
#!/bin/sh
set -e
pnpm prisma migrate deploy
pnpm run start
echo "Running prisma migrations..."
npx prisma migrate deploy
echo "Starting server..."
node ./dist/app.js