summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-21 12:39:26 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-21 12:39:26 +0200
commit932a273ba050ae2a24b9efc474c2ccb449878aa1 (patch)
treef42cb09a3ea9edbb7828f6e5476d1cf51cd83fe6 /Dockerfile
parent9ea35b7188ca39a092755002c1cc5e97fee43a02 (diff)
downloadwekan-932a273ba050ae2a24b9efc474c2ccb449878aa1.tar.gz
wekan-932a273ba050ae2a24b9efc474c2ccb449878aa1.tar.bz2
wekan-932a273ba050ae2a24b9efc474c2ccb449878aa1.zip
Add bcrypt just to see if bson error goes away.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 6857079c..7c8c9bf3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -125,6 +125,7 @@ RUN \
gosu wekan:wekan npm install bcrypt && \
cd /home/wekan/app_build/bundle/programs/server/ && \
gosu wekan:wekan npm install && \
+ gosu wekan:wekan npm install bcrypt && \
mv /home/wekan/app_build/bundle /build && \
\
# Cleanup