docker-calendso/scripts/start.sh
2021-10-24 20:56:01 +01:00

7 lines
119 B
Bash
Executable File

#!/bin/sh
set -x
/app/scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "db is up"
npx prisma migrate deploy
yarn start