0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

chore: remove embedded pricing url for docker build (#7148)

This commit is contained in:
Xiao Yijun 2025-03-18 11:15:19 +08:00 committed by GitHub
parent 4a65ae31d0
commit c0c5c0767a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}