From c0c5c0767a99bec97b1e63be6cfffffd79e2efe1 Mon Sep 17 00:00:00 2001 From: Xiao Yijun Date: Tue, 18 Mar 2025 11:15:19 +0800 Subject: [PATCH] chore: remove embedded pricing url for docker build (#7148) --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f2ce7ab6..c0492c3d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,11 +20,6 @@ RUN pnpm i ARG dev_features_enabled ENV DEV_FEATURES_ENABLED=${dev_features_enabled} -### Set console embed pricing URL -### It is used to render pricing content on the Logto Cloud subscription page -ARG console_embedded_pricing_url -ENV CONSOLE_EMBEDDED_PRICING_URL=${console_embedded_pricing_url} - ARG applicationinsights_connection_string ENV APPLICATIONINSIGHTS_CONNECTION_STRING=${applicationinsights_connection_string}