[odrs-web/oscp] Temp workaround to access httpd log files



commit 2743a31d3293ad245d6c39afba296ab59dfb30ce
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 11:40:38 2018 +0100

    Temp workaround to access httpd log files

 Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Dockerfile b/Dockerfile
index d35f609..616737b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,6 +15,7 @@ COPY app_data ${ODRS_HOME}
 COPY odrs.gnome.org.conf /etc/httpd/conf.d/000-default.conf
 RUN rm /etc/httpd/conf.d/welcome.conf
 
+RUN chown 1000310000:0 /var/log/httpd24
 RUN chown -R 1000310000:0 ${ODRS_HOME} && \
     chmod -R 664 ${ODRS_HOME} && \
     find ${ODRS_HOME} -type d -exec chmod 775 {} +


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