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