1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-20 03:59:26 +02:00
goreleaser/Dockerfile

5 lines
69 B
Docker
Raw Normal View History

2017-09-11 23:31:00 -03:00
FROM scratch
COPY goreleaser /goreleaser
ENTRYPOINT ["/goreleaser"]