mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: add dev_features_enabled
argument to dockerfile (#4576)
This commit is contained in:
parent
368e0231a9
commit
6a9d3e37d8
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ COPY . .
|
|||
RUN node .scripts/update-parcelrc.js
|
||||
RUN pnpm i
|
||||
|
||||
### Set if dev features enabled ###
|
||||
ARG dev_features_enabled
|
||||
ENV DEV_FEATURES_ENABLED=${dev_features_enabled}
|
||||
|
||||
ARG applicationinsights_connection_string
|
||||
ENV APPLICATIONINSIGHTS_CONNECTION_STRING=${applicationinsights_connection_string}
|
||||
RUN pnpm -r build
|
||||
|
|
Loading…
Reference in a new issue