summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 19:41:54 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 19:41:54 -0400
commit27f73e692f6da74e212a02c311371e15c61bc88f (patch)
treebca8dc7a64b3af17ebc7c80ad4565d6ec82f8488 /Dockerfile
parente4d1e0d4cba1c14263ec72b11ff5dab6f891f4e3 (diff)
downloadwekan-27f73e692f6da74e212a02c311371e15c61bc88f.tar.gz
wekan-27f73e692f6da74e212a02c311371e15c61bc88f.tar.bz2
wekan-27f73e692f6da74e212a02c311371e15c61bc88f.zip
Try to fix Dockerfile.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index a6af2e43..b47c0d7e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -235,6 +235,7 @@ RUN \
gosu wekan:wekan /opt/nodejs/bin/api2html -c ./public/logo-header.png -o ./public/api/wekan.html ./public/api/wekan.yml; \
# Build app
cd /home/wekan/app && \
+ chown wekan --recursive /home/wekan/.npm && \
#gosu wekan:wekan /home/wekan/.meteor/meteor add standard-minifier-js && \
gosu wekan:wekan npm install && \
gosu wekan:wekan meteor build --directory /home/wekan/app_build && \