Dockerfile of the public image ghcr.io/vulpemventures/peerswap:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/peerswap:latest
Run the image:
$ docker run -v path/to/peerswap.conf:/home/peerswap/.peerswap -d ghcr.io/vulpemventures/peerswap:latest
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