Skip to content

Commit

Permalink
adjust Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Ignatyev committed Jul 9, 2018
1 parent 9c08420 commit d391d17
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 @@ -6,5 +6,5 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o bash-exporter .
FROM alpine:3.7
WORKDIR /root/
COPY --from=0 /go/src/github.com/gree-gorey/bash-exporter/cmd/bash-exporter/bash-exporter .
COPY ./example/run.sh /usr/local/bash-exporter/run.sh
COPY ./example/* /scripts/
CMD ["./bash-exporter"]

0 comments on commit d391d17

Please sign in to comment.