Add cors flag to wasmcli in docker image

This commit is contained in:
Ethan Frey 2020-02-18 18:47:14 +01:00
parent 6a93c97e42
commit ca5df85434
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ touch /root/log/wasmd.log
sleep 4
echo Starting Rest Server...
wasmcli rest-server --laddr tcp://0.0.0.0:1317 --trust-node
wasmcli rest-server --laddr tcp://0.0.0.0:1317 --trust-node --cors