Files
www/Dockerfile

6 lines
96 B
Docker

FROM httpd
RUN apt-get update -y && apt-get install -y prometheus-apache-exporter
EXPOSE 9117