Skip to content

Commit

Permalink
First Release of Exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
onelapahead committed Jan 19, 2021
1 parent 3104c92 commit 2d8b273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ethminer-exporter/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ COPY . ./
RUN GOOS=linux CGO_ENABLED=0 GO111MODULE=on go build -mod=vendor -a -tags netgo -ldflags '-w' -o /bin/ethxporter main.go

FROM scratch as final
LABEL [email protected]
LABEL org.opencontainers.image.source=https://github.com/hfuss/ethernetes

COPY --from=build /bin/ethxporter /
ENTRYPOINT [ "/ethxporter" ]
CMD ["--help"]

0 comments on commit 2d8b273

Please sign in to comment.