1
0

remove expose
All checks were successful
the build was successful

This commit is contained in:
Hanjo Meinhardt 2019-01-13 22:18:34 +01:00
parent 80a82399d5
commit 938a36db2b

View File

@ -9,8 +9,6 @@ FROM alpine:3.8
COPY --from=downloader /prometheus-pingdom-exporter /prometheus-pingdom-exporter
RUN apk add --no-cache ca-certificates
EXPOSE 8000
RUN apk --no-cache add ca-certificates
ENTRYPOINT ["/prometheus-pingdom-exporter"]