Skip to content

Commit

Permalink
build: add REACT_APP_IS_MAINTAINING in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 10, 2023
1 parent 956b9de commit c563f1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ ARG CHAIN_TYPE=testnet
ARG GA_ID
ARG MAINNET_URL=https://explorer.nervos.org
ARG TESTNET_NAME=pudge
ARG IS_MAINTAINING=false

ENV REACT_APP_SENTRY_DSN=$SENTRY_DSN
ENV REACT_APP_API_URL=$API_URL
ENV REACT_APP_CHAIN_TYPE=$CHAIN_TYPE
ENV REACT_APP_GA_ID=$GA_ID
ENV REACT_APP_MAINNET_URL=$MAINNET_URL
ENV REACT_APP_TESTNET_NAME=$TESTNET_NAME
ENV REACT_APP_IS_MAINTAINING=$IS_MAINTAINING


WORKDIR /app
Expand Down

0 comments on commit c563f1f

Please sign in to comment.