[odrs-web] sed (on run-httpd) won't run if /etc/httpd/conf.d is not chowned properly



commit 9408b1bb5a3d905754dcef7e19b705fbc8bf3df1
Author: Andrea Veri <averi redhat com>
Date:   Mon Dec 17 13:08:50 2018 +0100

    sed (on run-httpd) won't run if /etc/httpd/conf.d is not chowned properly

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index 097e24a..c64de02 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,7 @@ RUN chown -R 1000310000:0 ${ODRS_HOME} && \
     chmod -R 664 ${ODRS_HOME} && \
     chown -R 1000310000:0 /etc/httpd/sites.d && \
     chown 1000310000:0 /etc/httpd/conf && \
+    chown 1000310000:0 /etc/httpd/conf.d && \
     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]