Skip to content

Commit

Permalink
Merge pull request #1306 from nervosnetwork/remove-IS_MAINTAINING-fro…
Browse files Browse the repository at this point in the history
…m-dockerfile
  • Loading branch information
Keith-CY authored Aug 14, 2023
2 parents d284e9a + 1506761 commit ffe87e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ 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 ffe87e4

Please sign in to comment.