Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Sep 5, 2023
1 parent efb8b2d commit 5d21c16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ RUN apk update

RUN apk add xsel

ARG REACT_APP_SIGNALING_SERVER \
REACT_APP_AUTH_API_ADDRESS \
ARG REACT_APP_AUTH_API_ADDRESS \
REACT_APP_TESTNET_URL \
REACT_APP_FT_ADDRESS \
REACT_APP_CONTRACT_ADDRESS \
REACT_APP_NODE
ENV REACT_APP_SIGNALING_SERVER=${REACT_APP_SIGNALING_SERVER} \
REACT_APP_AUTH_API_ADDRESS=${REACT_APP_AUTH_API_ADDRESS} \

ENV REACT_APP_AUTH_API_ADDRESS=${REACT_APP_AUTH_API_ADDRESS} \
REACT_APP_TESTNET_URL=${REACT_APP_TESTNET_URL} \
REACT_APP_FT_ADDRESS=${REACT_APP_FT_ADDRESS} \
REACT_APP_CONTRACT_ADDRESS=${REACT_APP_CONTRACT_ADDRESS} \
Expand Down

0 comments on commit 5d21c16

Please sign in to comment.