Dockerfile of the public image ghcr.io/vulpemventures/peerswap:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/peerswap:latestRun the image:
$ docker run -v path/to/peerswap.conf:/home/peerswap/.peerswap -d ghcr.io/vulpemventures/peerswap:latestTo tag a new image with a new version:
- Create a new folder with
COMMITas directory name and change theDockerfiles ARGCOMMIT - Modify the GH Action in
.github/workflows/docker-publish.ymlchanging theCOMMITenv var - Push in master