mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
Add CAS with attributes.
Thanks to ppoulard !
This commit is contained in:
parent
a404612174
commit
bd6e4a351b
5 changed files with 9 additions and 2 deletions
|
|
@ -148,6 +148,7 @@ RUN \
|
|||
cd /home/wekan/app/packages && \
|
||||
gosu wekan:wekan git clone --depth 1 -b master git://github.com/wekan/flow-router.git kadira-flow-router && \
|
||||
gosu wekan:wekan git clone --depth 1 -b master git://github.com/meteor-useraccounts/core.git meteor-useraccounts-core && \
|
||||
gosu wekan:wekan git clone --depth 1 -b master git://github.com/wekan/meteor-accounts-cas.git meteor-accounts-cas && \
|
||||
sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' /home/wekan/app/packages/meteor-useraccounts-core/package.js && \
|
||||
cd /home/wekan/.meteor && \
|
||||
gosu wekan:wekan /home/wekan/.meteor/meteor -- help; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue