Added building fibers.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-02-06 11:03:04 +02:00
parent 45d53dede4
commit 0460a7d9d3
6 changed files with 17 additions and 2 deletions

View file

@ -238,7 +238,9 @@ RUN \
set -o xtrace && \
cd /home/wekan/app_build/bundle/programs/server/ && \
chmod u+w package.json npm-shrinkwrap.json && \
npm install
npm install && \
cd node_modules/fibers && \
node build.js
USER root
# Cleanup