mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
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.
This commit is contained in:
parent
76cd5a2844
commit
1e34585548
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue