mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: rm node from dockerfile entrypoint (#3275)
This commit is contained in:
@ -27,7 +27,7 @@ docker pull ghcr.io/paradigmxyz/reth:v0.0.1
|
||||
You can test the image with:
|
||||
|
||||
```bash
|
||||
docker run --rm ghcr.io/paradigmxyz/reth reth --version
|
||||
docker run --rm ghcr.io/paradigmxyz/reth --version
|
||||
```
|
||||
|
||||
If you can see the latest [Reth release](https://github.com/paradigmxyz/reth/releases) version, then you've successfully installed Reth via Docker.
|
||||
@ -43,5 +43,5 @@ docker build . -t reth:local
|
||||
The build will likely take several minutes. Once it's built, test it with:
|
||||
|
||||
```bash
|
||||
docker run reth:local reth --version
|
||||
docker run reth:local --version
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user