Use the following Nix command to build the Docker image for Marlowe Payouts.
nix build .#oci-images.x86_64-linux.marlowe-payouts
The image can be uploaded to Docker via the following command.
skopeo --insecure-policy copy nix:result docker://docker.io/mydocker/marlowe-payouts:latest
Run the container and connect to http://localhost:8080
.
docker run -p 8080:8080 ghcr.io/input-output-hk/marlowe-payouts