We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a65ae3 commit c0c5c07Copy full SHA for c0c5c07
Dockerfile
@@ -20,11 +20,6 @@ RUN pnpm i
20
ARG dev_features_enabled
21
ENV DEV_FEATURES_ENABLED=${dev_features_enabled}
22
23
-### Set console embed pricing URL
24
-### It is used to render pricing content on the Logto Cloud subscription page
25
-ARG console_embedded_pricing_url
26
-ENV CONSOLE_EMBEDDED_PRICING_URL=${console_embedded_pricing_url}
27
-
28
ARG applicationinsights_connection_string
29
ENV APPLICATIONINSIGHTS_CONNECTION_STRING=${applicationinsights_connection_string}
30
0 commit comments