Add bcrypt just to see if bson error goes away.

This commit is contained in:
Lauri Ojansivu 2017-11-21 12:39:26 +02:00
parent 9ea35b7188
commit 932a273ba0

View file

@ -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