calcom-docker/scripts/start.sh
Robert Prehn fce4577a26
Some checks failed
Build and push image to DockerHub / build (push) Has been cancelled
fix: Make Docker build correctly
2022-05-12 15:51:15 -05:00

6 lines
114 B
Bash
Executable file

#!/bin/sh
set -x
source .env
npx prisma migrate deploy --schema /calcom/packages/prisma/schema.prisma
yarn start