goreleaser-template/Dockerfile

3 lines
80 B
Docker

FROM scratch
COPY myproject /usr/bin/myproject
ENTRYPOINT ["/usr/bin/myproject"]