[gimp-web/oscp] Needs chown



commit aabfb5f64bc5481dd938190ecc9524f6638718fb
Author: Andrea Veri <averi redhat com>
Date:   Fri Mar 13 19:45:08 2020 +0100

    Needs chown

 docs.gimp.org/httpd/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/docs.gimp.org/httpd/Dockerfile b/docs.gimp.org/httpd/Dockerfile
index de279197..842bb8b2 100644
--- a/docs.gimp.org/httpd/Dockerfile
+++ b/docs.gimp.org/httpd/Dockerfile
@@ -2,6 +2,7 @@ FROM centos/httpd-24-centos7
 USER root
 
 COPY app_data /opt/app-root/src
+RUN  chown -R 1000580000:1000580000 /opt/app-root/src
 
 EXPOSE 8080
 


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