use local path instead of absolute root
This commit is contained in:
parent
c0a33233ae
commit
fbfa063d9e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
/calcom/scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "database is up"
|
scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "database is up"
|
||||||
npx prisma migrate deploy --schema /calcom/packages/prisma/schema.prisma
|
npx prisma migrate deploy --schema /calcom/packages/prisma/schema.prisma
|
||||||
yarn start
|
yarn start
|
||||||
|
|
Loading…
Reference in a new issue