mirror of https://github.com/certusone/wasmd.git
Minor adjustments to docker
This commit is contained in:
parent
2cf59960e8
commit
81e4b66919
|
@ -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 --cors
|
||||
./run_wasmcli.sh
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
wasmcli rest-server --laddr tcp://0.0.0.0:1317 --trust-node --cors
|
Loading…
Reference in New Issue