Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 606 Bytes

Docker liquid

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

Release

To tag a new image with a new version:

  1. Create a new folder with VERSION as directory name and changing the ARG VERSION
  2. Modify the GH Action in .github/workflows/docker-publish.yml
  3. Push in master