chmod
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-01-17 11:04:53 +01:00
parent 0075dac22d
commit 0b3cbc584f

View File

@@ -11,8 +11,8 @@ RUN go install github.com/sapcc/mosquitto-exporter@latest
FROM cr.wks/debian-stable
LABEL source_repository="https://github.com/sapcc/mosquitto-exporter"
COPY --from=build --chmod=0755 /usr/src/gopath/bin/mosquitto-exporter /mosquitto-exporter
RUN ls -la /
COPY --from=build /usr/src/gopath/bin/mosquitto-exporter /mosquitto-exporter
RUN chmod 0755 /mosquitto-exporter && ls -la /
EXPOSE 9234