Skip to content

Commit

Permalink
apply hadolint to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f1yegor committed Nov 28, 2018
1 parent ba6cbdd commit 638809a
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
@@ -1,14 +1,14 @@
FROM golang:1.11 AS BUILD

MAINTAINER Roman Tkalenko
LABEL maintainer="Roman Tkalenko"

ADD . /go/src/github.com/f1yegor/clickhouse_exporter
COPY . /go/src/github.com/f1yegor/clickhouse_exporter

WORKDIR /go/src/github.com/f1yegor/clickhouse_exporter

RUN make init && make

FROM frolvlad/alpine-glibc
FROM frolvlad/alpine-glibc:alpine-3.8

COPY --from=BUILD /go/bin/clickhouse_exporter /usr/local/bin/clickhouse_exporter

Expand Down

0 comments on commit 638809a

Please sign in to comment.