[odrs-web] Attempt to have odrs-dev set as default



commit f899f6d541da63fc232f1155da24e6785e9134e7
Author: Andrea Veri <averi redhat com>
Date:   Mon Dec 17 13:42:44 2018 +0100

    Attempt to have odrs-dev set as default

 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 7836371..166eeb4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN mkdir /etc/httpd/sites.d && \
     echo 'IncludeOptional sites.d/*.conf' >> /etc/httpd/conf/httpd.conf && \
     rm /etc/httpd/conf.d/welcome.conf
 
-COPY odrs.gnome.org.conf /etc/httpd/sites.d/odrs.gnome.org.conf
+COPY odrs.gnome.org.conf /etc/httpd/sites.d/00_odrs.gnome.org.conf
 
 RUN python /opt/app-root/src/cron.py ratings /opt/app-root/src/app/static/ratings.json 
 
@@ -25,7 +25,6 @@ RUN chown -R 1000310000:0 ${ODRS_HOME} && \
     chown -R 1000310000:0 /etc/httpd/sites.d && \
     chown 1000310000:0 /etc/httpd/conf && \
     chown 1000310000:0 /etc/httpd/conf.d && \
-    chown 1000310000:0 /etc/httpd/conf.d/odrs.gnome.org.conf && \
     find ${ODRS_HOME} -type d -exec chmod 775 {} +
 
 COPY entrypoint.sh /usr/local/bin


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