Dockerfile of the public image ghcr.io/vulpemventures/esplora:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/esplora:latest
Run the container:
$ docker run -p 5000:5000 -d -e API_URL=https://blockstream.info/api -e PORT 5000 ghcr.io/vulpemventures/esplora:latest
To tag a new image with a new version:
- Create a new folder with
COMMIT_SHA
as directory name - Modify the GH Action in
.github/workflows/docker-publish.yml
changing the ARGCOMMIT_SHA
with new created folder - Push in master