update: entrypoint.sh
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
c70c467e92
commit
8d2b8e192b
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue