mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
6 lines
140 B
Bash
6 lines
140 B
Bash
|
|
./wait-for-it.sh db:$1 --timeout=20 --strict -- echo "db is up"
|
||
|
|
|
||
|
|
npx prisma migrate deploy
|
||
|
|
npx ts-node prisma/seed.ts
|
||
|
|
pm2-runtime server.js
|