apply config file when starting riot, not installing, so we can support riots that were built by another process
This commit is contained in:
parent
31fcf08fec
commit
e50420dd1b
3 changed files with 18 additions and 2 deletions
|
@ -12,7 +12,6 @@ curl -L https://github.com/vector-im/riot-web/archive/${RIOT_BRANCH}.zip --outpu
|
|||
unzip riot.zip
|
||||
rm riot.zip
|
||||
mv riot-web-${RIOT_BRANCH} riot-web
|
||||
cp config-template/config.json riot-web/
|
||||
cd riot-web
|
||||
npm install
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue