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:
parent
4a65ae31d0
commit
c0c5c0767a
1 changed files with 0 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue