mempool-cli/Dockerfile.goreleaser
Gustavo Chain c506fa751b
Some checks failed
release / goreleaser (push) Has been cancelled
Expand releases
Freebsd and Windows added to the OSs
arm and arm64 added to the Archs
Added Docker
2020-02-27 19:03:14 +01:00

4 lines
52 B
Docker

FROM scratch
COPY mempool /
ENTRYPOINT ["/mempool"]