fix: update Dockerfile
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
5d3997343f
commit
426ffb27a7
2 changed files with 16 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue