fix: update Dockerfile
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s

This commit is contained in:
HAM 2026-01-12 15:05:21 +07:00
parent 5d3997343f
commit 426ffb27a7
2 changed files with 16 additions and 36 deletions

View file

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