Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Jan 27, 2024
1 parent 402862c commit 63e9493
Show file tree
Hide file tree
Showing 6 changed files with 1,234 additions and 1,603 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ You can build and run the Docker image locally by running the following commands
```
git clone https://github.com/helikon-labs/chainviz.git
cd chainviz/docker
docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile ..
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1
```

Application is going to be available at port `8080`.

If you'd like to use the existing image from Helikon on Docker Hub, then please use the following commands:

```
docker pull helikon/chainviz:1.0.0
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
docker pull helikon/chainviz:1.0.1
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1
```

## Test
Expand Down
4 changes: 2 additions & 2 deletions dist/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<div class="right-panel-content">
<div id="menu-content-main" class="menu-item-content">
<div class="network-status" id="network-status">
<div>CHAINVIZ v1.0.0</div>
<div>CHAINVIZ v1.0.1</div>
<div class="block-progress-bar" id="block-progress-bar">
<div class="block-progress" id="block-progress"></div>
</div>
Expand Down Expand Up @@ -203,7 +203,7 @@
</div>
<div id="menu-content-about" class="menu-item-content hidden">
<div class="about-container">
<span class="about-title">CHAINVIZ v1.0.0</span>
<span class="about-title">CHAINVIZ v1.0.1</span>
<span class="about-content">
Chainviz is a real-time 3D visualization of the Polkadot machine.
<br /><br />
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile ..
Loading

0 comments on commit 63e9493

Please sign in to comment.