FROM debian:stable-slim COPY ./bin/metrics /bin RUN chmod +x /bin/metrics CMD ["/bin/metrics"]