summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 19:44:42 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 19:44:42 -0400
commitea97d9dd02c26b02940085213e8f120c49b3b15d (patch)
treef01e56746d29e7934a5d596f3ebf49e2ab813852 /Dockerfile
parent27f73e692f6da74e212a02c311371e15c61bc88f (diff)
downloadwekan-ea97d9dd02c26b02940085213e8f120c49b3b15d.tar.gz
wekan-ea97d9dd02c26b02940085213e8f120c49b3b15d.tar.bz2
wekan-ea97d9dd02c26b02940085213e8f120c49b3b15d.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 b47c0d7e..7709dc2a 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 && \
+ mkdir -p /home/wekan/.npm && \
chown wekan --recursive /home/wekan/.npm && \
#gosu wekan:wekan /home/wekan/.meteor/meteor add standard-minifier-js && \
gosu wekan:wekan npm install && \