Skip to content

Commit

Permalink
Fix docker command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Sep 4, 2023
1 parent 80a2d95 commit 5d9b9a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ RUN apk add --no-cache ca-certificates && \
USER connectbox-exporter
EXPOSE 9119

ENTRYPOINT [
"/app/connectbox-exporter",
"-config",
"/etc/prometheus/connectbox-exporter.yaml"
]
CMD ["/app/connectbox-exporter", "-config", "/etc/prometheus/connectbox-exporter.yaml"]

0 comments on commit 5d9b9a7

Please sign in to comment.