mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 19:26:09 +01:00
Added building fibers.
Thanks to xet7 !
This commit is contained in:
parent
45d53dede4
commit
0460a7d9d3
6 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue