FROM alpine:3.22 WORKDIR /app COPY ./bin/metrics . RUN chmod +x /app/metrics CMD ["/app/metrics"]