Skip to content

Commit

Permalink
fix: varnish_exporter path
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed Jul 8, 2024
1 parent 0f6e313 commit 5b88099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varnish_exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ FROM varnish:7.5.0
COPY --from=exporter /exporter/varnish_exporter /exporter/varnish_exporter
WORKDIR /exporter

ENTRYPOINT [ "varnish_exporter" ]
ENTRYPOINT [ "./varnish_exporter" ]

0 comments on commit 5b88099

Please sign in to comment.