Files
www/gitweb.Dockerfile

6 lines
107 B
Docker

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