[wiki-web] Assign permissions accordingly



commit 7ce315096b818d0c69b1cda7f2ede76cc789266b
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 19:29:58 2019 +0200

    Assign permissions accordingly

 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 08c0afd..f43ff13 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,8 @@ RUN wget https://github.com/moinwiki/moin-1.9/releases/download/${MOIN_RELEASE}/
 COPY app_data /opt/app-root/src
 COPY git-pull.sh /usr/local/bin/git-pull.sh
 
+RUN chown -R 1000280000:1000280000 /opt/app-root/src 
+
 EXPOSE 8443
 
 USER 1001


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