From 8b527ecdb7af554c5b32101525dd92b496cbdc70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lo=C5=A1=C5=A5=C3=A1k?= Date: Fri, 27 Mar 2026 18:23:42 +0100 Subject: [PATCH] Fixed build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a707760..33d1ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM alpine:3.18 WORKDIR /opt COPY --from=build /build/main ./pve-exporter -COPY --from=build /build/config.yaml ./config.yaml +COPY --from=build /build/config.example.yaml ./config.yaml RUN chmod +x ./pve-exporter