aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
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