mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Add bcrypt just to see if bson error goes away.
This commit is contained in:
parent
9ea35b7188
commit
932a273ba0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue