[odrs-web] Drop these chowns (they shouldn't be needed, the image should prep the field for us already)



commit 365f9537212c0c1a542e6baaf013e4f65a0f4056
Author: Andrea Veri <averi redhat com>
Date:   Mon Dec 17 15:25:51 2018 +0100

    Drop these chowns (they shouldn't be needed, the image should prep the field for us already)

 Dockerfile | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 0de608c..592cb19 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,12 +14,6 @@ COPY app_data ${ODRS_HOME}
 
 RUN python /opt/app-root/src/cron.py ratings /opt/app-root/src/app/static/ratings.json 
 
-RUN chown -R 1000310000:0 ${ODRS_HOME} && \
-    chmod -R 664 ${ODRS_HOME} && \
-    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
 EXPOSE 8443
 


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