[odrs-web] Missing &&, drop 00_, it should not be needed anymore



commit c1a96cc36036f35ddfd8b8a27bf2135759380fd5
Author: Andrea Veri <averi redhat com>
Date:   Mon Dec 17 13:53:14 2018 +0100

    Missing &&, drop 00_, it should not be needed anymore

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 95c09e7..a92e4db 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,10 +13,10 @@ WORKDIR ${ODRS_HOME}
 COPY app_data ${ODRS_HOME}
 
 RUN mkdir /etc/httpd/sites.d && \
-    sed -i '/IncludeOptional conf.d\/\*.conf/i IncludeOptional sites.d/*.conf' /etc/httpd/conf/httpd.conf
+    sed -i '/IncludeOptional conf.d\/\*.conf/i 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/00_odrs.gnome.org.conf
+COPY odrs.gnome.org.conf /etc/httpd/sites.d/odrs.gnome.org.conf
 
 RUN python /opt/app-root/src/cron.py ratings /opt/app-root/src/app/static/ratings.json 
 


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