From 8eae26472e8aad038b5467ae0cca0b68c380c640 Mon Sep 17 00:00:00 2001 From: "Zachariah K. Sharma" Date: Mon, 8 Jun 2026 09:33:40 -0600 Subject: [PATCH] Always replace webapp URL placeholders --- scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start.sh b/scripts/start.sh index b15d879300..8d9c79b5f7 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -4,6 +4,7 @@ set -x # Replace the statically built BUILT_NEXT_PUBLIC_WEBAPP_URL with run-time NEXT_PUBLIC_WEBAPP_URL # NOTE: if these values are the same, this will be skipped. scripts/replace-placeholder.sh "$BUILT_NEXT_PUBLIC_WEBAPP_URL" "$NEXT_PUBLIC_WEBAPP_URL" +scripts/replace-placeholder.sh "http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER" "$NEXT_PUBLIC_WEBAPP_URL" scripts/wait-for-it.sh ${DATABASE_HOST} -- echo "database is up" /migrate/node_modules/.bin/prisma migrate deploy --schema /calcom/packages/prisma/schema.prisma