mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01: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
|