[wgo-web] Load it sooner



commit 039f10865b8404a0806024341345d49606198036
Author: Andrea Veri <averi redhat com>
Date:   Tue Mar 12 15:51:39 2019 +0100

    Load it sooner

 www.gnome.org.conf => 00_www.gnome.org.conf | 0
 Dockerfile                                  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/www.gnome.org.conf b/00_www.gnome.org.conf
similarity index 100%
rename from www.gnome.org.conf
rename to 00_www.gnome.org.conf
diff --git a/Dockerfile b/Dockerfile
index 60be6c7..ff25b9c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ RUN rpm -Uvh --nodeps $(repoquery --location mod_geoip) && \
     cp /usr/lib64/httpd/modules/mod_geoip.so /etc/httpd/modules
 
 RUN mkdir -p /srv/http/www.gnome.org
-COPY www.gnome.org.conf /etc/httpd/conf.d
+COPY 00_www.gnome.org.conf /etc/httpd/conf.d
 
 COPY gnome-custom.aug /tmp
 RUN augtool -f /tmp/gnome-custom.aug


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