Dockerfile of the public image ghcr.io/vulpemventures/elements:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/elements:latest
Run the image:
$ docker run -v path/to/liquid.conf:/home/elements/.elements -d ghcr.io/vulpemventures/elements:latest
To tag a new image with a new version:
- Create a new folder with
VERSION
as directory name and changing the ARGVERSION
- Modify the GH Action in
.github/workflows/docker-publish.yml
- Push in master