Merge pull request #36 from roidelapluie/dock

Fix dockerfile
This commit is contained in:
Ben Kochie 2020-06-14 15:52:29 +02:00 committed by GitHub
commit da5d78d8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" ]