From 858445b432a02acc3a77485911b53ea6bd3c227e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 22 Nov 2019 17:59:29 +0100 Subject: drop welcome cfg --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecfb3cd..41480e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,8 @@ RUN mkdir -p /opt/app-root;\ useradd -d /opt/app-root/src -u 1001 default;\ mkdir -p /run/httpd;\ chmod 777 /run/httpd /etc/httpd/logs;\ - sed -i -e '/Listen/s/^/#/' /etc/httpd/conf/httpd.conf + sed -i -e '/Listen/s/^/#/' /etc/httpd/conf/httpd.conf;\ + rm -f o/etc/httpd/conf.d/welcome.conf USER 1001 EXPOSE 8080 -- cgit