Skip to content

Commit

Permalink
fix: docker image
Browse files Browse the repository at this point in the history
closes #147

Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jun 30, 2022
1 parent eb960bf commit 9214163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine
EXPOSE 9222
ENTRYPOINT ["/usr/local/bin/domain_exporter"]
ENTRYPOINT ["/usr/bin/domain_exporter"]
COPY domain_exporter_*.apk /tmp/
RUN apk add --allow-untrusted /tmp/domain_exporter_*.apk

0 comments on commit 9214163

Please sign in to comment.