goreleaser-template/Dockerfile

3 lines
80 B
Docker
Raw Normal View History

2021-07-07 14:47:58 +00:00
FROM scratch
COPY myproject /usr/bin/myproject
ENTRYPOINT ["/usr/bin/myproject"]