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
|
||||
|
|
|
|||
|
|
@ -9,4 +9,6 @@ cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/pa
|
|||
cd .build/bundle/programs/server
|
||||
rm -rf node_modules
|
||||
/home/wekan/.meteor/meteor npm install
|
||||
cd node_modules/fibers
|
||||
node build.js
|
||||
cd /home/wekan/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue