Some checks failed
release / goreleaser (push) Has been cancelled
Freebsd and Windows added to the OSs arm and arm64 added to the Archs Added Docker
4 lines
52 B
Docker
4 lines
52 B
Docker
FROM scratch
|
|
COPY mempool /
|
|
ENTRYPOINT ["/mempool"]
|