7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
/app/scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "database is up"
|
|
npx prisma migrate deploy
|
|
yarn start
|