[wiki-web] Also chown /srv/http/moin



commit 54471c4d308b5712615d2ee6425c2ecb7392d79f
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 22:05:59 2019 +0200

    Also chown /srv/http/moin

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 76abe41..4beaea2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ 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 
+RUN chown -R 1000280000:1000280000 /opt/app-root/src /srv/http/moin 
 
 EXPOSE 8443
 


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