Fix dockerfile

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-06-12 00:01:42 +02:00
parent 26438530a7
commit bcfa332dd7
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ COPY .build/${OS}-${ARCH}/json_exporter /bin/json_exporter
EXPOSE 7979
USER nobody
ENTRYPOINT [ "/bin/bind_exporter" ]
ENTRYPOINT [ "/bin/json_exporter" ]