[api-web/oscp] Drop welcome.conf



commit 2b07871ba075ae29106219153d6e579972a40929
Author: Andrea Veri <averi redhat com>
Date:   Fri Aug 30 12:36:38 2019 +0200

    Drop welcome.conf

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index b1cf1be..dc998d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ ENV SITE_ROOT=/opt/app-root/src \
 
 COPY app_data ${SITE_ROOT}
 RUN yum install git rsync -y && \
+    rm -f /etc/httpd/conf.d/welcome.conf && \
     cd /tmp && git clone ${REPO} && \
     rsync --archive --exclude=api-web.doap --exclude=.git /tmp/api-web/* ${SITE_ROOT} && \ 
     chown -R 1000470000:1000470000 /opt/app-root/src


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]