From 1e34585548d6529dfabf16a3c36dc00d67536c53 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Tue, 14 May 2019 10:29:52 +0200 Subject: [PATCH] Dockerfile: no need to change the permissions once again we carefully used gosu where needed, so there is no need to re-run a check on the permissions. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 395aae482..bb40bea4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -194,7 +194,7 @@ RUN \ \ # Get additional packages #mkdir -p /home/wekan/app/packages && \ - chown wekan:wekan --recursive /home/wekan && \ + #chown wekan:wekan --recursive /home/wekan && \ # REPOS BELOW ARE INCLUDED TO WEKAN REPO #cd /home/wekan/app/packages && \ #gosu wekan:wekan git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-flow-router && \