mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.25k stars 237 forks source link

Dockerfile doesn't build when using build: ../.. in docker-compose.yml #707

Open LGhoull opened 12 months ago

LGhoull commented 12 months ago

Hey, I used the latest version and tried to use "build: ../.." in examples/webhooks/docker-compose.yml instead of "image: ...". When executing docker compose up -d this is the output: image Apparently the Dockerfile is trying to copy a directory that doesn't exist.