docker-calendso/scripts/start.sh
2021-10-05 13:15:36 -04:00

6 lines
111 B
Bash
Executable File

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