main
FROM docker.io/prom/prometheus:v2.54.1 WORKDIR /usr/src/app COPY ["data-storage/prometheus/alerting-rules/*.yml", "./"] RUN promtool test rules ./*.test.yml