summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-05-14 10:29:52 +0200
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-05-14 10:33:41 +0200
commit1e34585548d6529dfabf16a3c36dc00d67536c53 (patch)
treeea683dc9c0e2de2ef5bf1dfa63ce7ec63f4a0270 /Dockerfile
parent76cd5a28441c83f1174639f4c0ae52ae7a8c01af (diff)
downloadwekan-1e34585548d6529dfabf16a3c36dc00d67536c53.tar.gz
wekan-1e34585548d6529dfabf16a3c36dc00d67536c53.tar.bz2
wekan-1e34585548d6529dfabf16a3c36dc00d67536c53.zip
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.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 395aae48..bb40bea4 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 && \