Browse Source

readme: put some lines about the docker build

pull/70/head
Parsa 2 years ago
parent
commit
8ebfaed845
No known key found for this signature in database GPG Key ID: 66E76AD546860912
  1. 17
      README.md

17
README.md

@ -53,6 +53,23 @@ docker run \
lukechilds/electrumx:v1.8.7
```
## Build
Define the spesmilo electrumx target branch
`Default branch: master`
```
export VERSION=master
```
Get the build
```
docker build . \
-t lukechilds/electrumx:${VERSION}
--build-args VERSION=${VERSION}
```
## License
MIT © Luke Childs

Loading…
Cancel
Save