1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
goreleaser/Dockerfile

5 lines
69 B
Docker
Raw Normal View History

2017-09-12 04:31:00 +02:00
FROM scratch
COPY goreleaser /goreleaser
ENTRYPOINT ["/goreleaser"]