Docker image for repyv2
Install docker on your system.
After installation, use a terminal pull down the latest image.
docker pull ghcr.io/nealfennimore/repy:latestAfter installation, the following should return the help menu.
docker run -it --rm ghcr.io/nealfennimore/repyIf you need to make changes to the build locally:
docker build . -t ghcr.io/nealfennimore/repy:latest