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

This commit is contained in:
HAM 2026-01-12 14:32:29 +07:00
parent c70c467e92
commit 8d2b8e192b

View file

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