Dockerfile of the public images vulpemventures/electrs and vulpemventures/electrs-liquid
Pull the image:
$ docker pull ghcr.io/vulpemventures/electrsRun the container:
$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrsPull the image:
$ docker pull ghcr.io/vulpemventures/electrs-liquidRun the container:
$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrs-liquidTo tag a new image with a new version:
- Create a new folder with
COMMITas directory name and change theDockerfiles ARGCOMMIT - Modify the GH Action in
.github/workflows/docker-publish.ymlchanging theCOMMITenv var - Push in master