Skip to content

fix: dockerfile#61

Open
anukulpandey wants to merge 20 commits intomainfrom
fix-dockerfile
Open

fix: dockerfile#61
anukulpandey wants to merge 20 commits intomainfrom
fix-dockerfile

Conversation

@anukulpandey
Copy link
Collaborator

build command

 docker build \                           
  --build-arg NETWORK_ID="reef-mainnet" \
  --build-arg NETWORK_LABEL="Mainnet" \
  --build-arg NODE_WS="ws://rpc.reefscan.info/ws" \
  --build-arg GQL_WS_URI="ws://rpc.reefscan.info/ws" \
  --build-arg GQL_HTTP_URI="https://squid.subsquid.io/reef-explorer/graphql" \
  --build-arg VERIFICATOR_API="https://reefscan.com/api/verificator/submit-verification" \
  --build-arg UPLOAD_TOKEN_API="https://api.reefscan.com/api/updateTokenIcon" \
  --build-arg SOLIDITY_SCAN_API="https://api.reefscan.com/api/solidity_scan/" \
  -t reef-frontend .

run command

docker run -p 80:80 reef-frontend 

matjazonline
matjazonline previously approved these changes Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants