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