mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Try to fix Dockerfile.
This commit is contained in:
parent
6f90a8d027
commit
e4d1e0d4cb
1 changed files with 2 additions and 2 deletions
|
@ -236,8 +236,8 @@ RUN \
|
|||
# Build app
|
||||
cd /home/wekan/app && \
|
||||
#gosu wekan:wekan /home/wekan/.meteor/meteor add standard-minifier-js && \
|
||||
gosu wekan:wekan /home/wekan/.meteor/meteor npm install && \
|
||||
gosu wekan:wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build && \
|
||||
gosu wekan:wekan npm install && \
|
||||
gosu wekan:wekan meteor build --directory /home/wekan/app_build && \
|
||||
cp /home/wekan/app/fix-download-unicode/cfs_access-point.txt /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js && \
|
||||
#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 && \
|
||||
chown wekan /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue