Removed gitweb references

This commit is contained in:
2026-04-09 14:23:57 -04:00
parent 0fbcb20a48
commit da06a640de
5 changed files with 5 additions and 105 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM httpd
RUN apt-get update -y && apt-get install -y prometheus-apache-exporter
EXPOSE 9117