Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Mar 16, 2017
1 parent 309005e commit 0dacee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ MAINTAINER Sophos <[email protected]>

WORKDIR /bin
COPY bin/nginx-vts-exporter.tar.gz /bin/
RUN tar xf /bin/nginx-vts-exporter.tar.gz -C /bin/ && chmod +x /bin/nginx-vts-exporter
RUN tar xf /bin/nginx-vts-exporter.tar.gz -C /bin/nginx-vts-exporter
RUN chmod +x /bin/nginx-vts-exporter

ENV NGINX_HOST "http://localhost"
ENV METRICS_ENDPOINT "/metrics"
Expand Down

0 comments on commit 0dacee6

Please sign in to comment.