Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 647 Bytes

Docker PeerSwap

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

Release

To tag a new image with a new version:

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