calcom-docker/scripts/start.sh
2021-12-15 16:01:30 +01:00

6 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