update: entrypoint.sh

This commit is contained in:
HAM 2026-01-12 14:32:29 +07:00
parent daa7bdb498
commit 69601ce836

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