martin-helmich/prometheus-nginxlog-exporter

View on GitHub
.goreleaser.Dockerfile

Summary

Maintainability
Test Coverage
FROM scratch

COPY prometheus-nginxlog-exporter /prometheus-nginxlog-exporter

EXPOSE 4040
ENTRYPOINT ["/prometheus-nginxlog-exporter"]