Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Jul 30, 2024
1 parent 2553930 commit 2aae65b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idea/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ ARG VITE_NODE_ADDRESS \
VITE_GTM_ID \
VITE_MAINNET_VOUCHERS_API_URL \
VITE_TESTNET_VOUCHERS_API_URL \
VITE_INDEXER_API_URL \
VITE_DNS_API_URL

ENV VITE_NODE_ADDRESS=${VITE_NODE_ADDRESS} \
VITE_VOUCHERS_API_URL=${VITE_VOUCHERS_API_URL} \
VITE_API_URL=${VITE_API_URL} \
Expand All @@ -32,6 +34,7 @@ ENV VITE_NODE_ADDRESS=${VITE_NODE_ADDRESS} \
VITE_GTM_ID=${VITE_GTM_ID} \
VITE_MAINNET_VOUCHERS_API_URL=${VITE_MAINNET_VOUCHERS_API_URL} \
VITE_TESTNET_VOUCHERS_API_URL=${VITE_TESTNET_VOUCHERS_API_URL} \
VITE_INDEXER_API_URL=${VITE_INDEXER_API_URL} \
VITE_DNS_API_URL=${VITE_DNS_API_URL}


Expand Down

0 comments on commit 2aae65b

Please sign in to comment.