feat(frontend): use runtime NEXT_PUBLIC_WEBAPP_URL to replace build-time frontend value
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
scripts/replace-placeholders.sh
|
||||
scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "database is up"
|
||||
npx prisma migrate deploy --schema /calcom/packages/prisma/schema.prisma
|
||||
npx ts-node --transpile-only /calcom/packages/prisma/seed-app-store.ts
|
||||
|
||||
Reference in New Issue
Block a user