Dockerfile of the public images vulpemventures/electrs and vulpemventures/electrs-liquid
Pull the image:
$ docker pull ghcr.io/vulpemventures/electrs
Run the container:
$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrs
Pull the image:
$ docker pull ghcr.io/vulpemventures/electrs-liquid
Run the container:
$ docker run -p 3002:3002 -d ghcr.io/vulpemventures/electrs-liquid
To tag a new image with a new version:
- Create a new folder with
COMMIT
as directory name and change theDockerfile
s ARGCOMMIT
- Modify the GH Action in
.github/workflows/docker-publish.yml
changing theCOMMIT
env var - Push in master