aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 17:59:29 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 17:59:29 +0100
commit858445b432a02acc3a77485911b53ea6bd3c227e (patch)
tree69af215e11ebdcf16e59ee70d97adb0d9ae27491
parent858f5a644a8a43447c6f24111022774fc037a2a3 (diff)
downloads2i-virtio-spec-858445b432a02acc3a77485911b53ea6bd3c227e.tar.gz
drop welcome cfg
-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