Fixed build

This commit is contained in:
2026-03-27 18:23:42 +01:00
parent 3d80ef6717
commit 8b527ecdb7

View File

@@ -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