1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +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"]