mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
[Remove phantomjs binary from Docker/Snap/Stackerfile to reduce size](https://github.com/wekan/wekan/issues/2229).
Thanks to soohwa ! Closes #2229
This commit is contained in:
parent
30bf430a91
commit
a45ccf1db7
3 changed files with 3 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ sudo -u wekan ${meteor} npm install
|
|||
sudo -u wekan ${meteor} build --directory /home/wekan/app_build
|
||||
sudo cp /home/wekan/app/fix-download-unicode/cfs_access-point.txt /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js
|
||||
sudo chown wekan:wekan /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js
|
||||
sudo rm /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
|
||||
cd /home/wekan/app_build/bundle/programs/server/
|
||||
sudo npm install
|
||||
sudo chown -R wekan:wekan ./node_modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue