[odrs-web/oscp] Remove welcome.conf



commit 322bba41f358add4fba0ab55ebb38b34d91fd21a
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 10:05:51 2018 +0100

    Remove welcome.conf

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index 34dc903..ff274a3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,7 @@ COPY requirements.txt .
 RUN source scl_source enable rh-python36 && pip install -r requirements.txt
 
 COPY odrs.gnome.org.conf /etc/httpd/conf.d/000-default.conf
+RUN rm /etc/httpd/conf.d/welcome.conf
 
 RUN chown -R 1000310000:0 ${ODRS_HOME} && \
     chmod -R 664 ${ODRS_HOME} && \


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