From d804defcb02454111757a060154af35ce5657955 Mon Sep 17 00:00:00 2001 From: AJ Ragusa Date: Fri, 7 Feb 2025 15:38:02 -0500 Subject: [PATCH] removing mappings.xml as it is optional --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 34c90ac..5e38ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,7 @@ RUN dnf install -y /root/grnoc-tsds-services*x86_64.rpm # setup apache config RUN rm /etc/httpd/conf.d/welcome.conf RUN rm /etc/grnoc/tsds/services/config.xml +RUN rm /etc/grnoc/tsds/services/mapping.xml RUN echo 'IncludeOptional "/etc/httpd/conf.d/grnoc/*.conf"' >> /etc/httpd/conf.d/grnoc_include.conf RUN sed -i 's/ErrorLog "logs\/error_log"/ErrorLog \/dev\/stderr/g' /etc/httpd/conf/httpd.conf