Skip to content

Commit

Permalink
Merge pull request #21 from ExpressenAB/bugfix/mistakes-were-made
Browse files Browse the repository at this point in the history
Bugfix/mistakes were made
  • Loading branch information
rgynn authored Aug 24, 2020
2 parents 0bcc8e5 + 49d4829 commit b1cdabf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:latest

ARG version=0.0.0

COPY build/cloudmonitor_exporter_${version}_linux_amd64/cloudmonitor_exporter /user/bin
COPY build/cloudmonitor_exporter_${version}_linux_amd64/cloudmonitor_exporter /app/cloudmonitor_exporter

ENTRYPOINT /usr/bin/cloudmonitor_exporter
ENTRYPOINT /app/cloudmonitor_exporter

EXPOSE 9143
EXPOSE 9143

0 comments on commit b1cdabf

Please sign in to comment.