Skip to content

Commit

Permalink
Merge pull request #66 from ainamori/fixed_make_docker
Browse files Browse the repository at this point in the history
Failed COPY ipmi_exporter from=builder - again
  • Loading branch information
bitfehler authored Feb 22, 2021
2 parents 0b40276 + 4a065bd commit dbe7c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
&& apt-get install freeipmi-tools -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /go/src/github.com/soundcloud/ipmi_exporter/ipmi-exporter /bin/ipmi_exporter
COPY --from=builder /go/src/github.com/soundcloud/ipmi_exporter/ipmi_exporter /bin/ipmi_exporter

EXPOSE 9290
ENTRYPOINT ["/bin/ipmi_exporter"]
Expand Down

0 comments on commit dbe7c2b

Please sign in to comment.