Files
wasmd/docker/run_wasmd.sh
2020-02-10 13:29:37 +01:00

11 lines
210 B
Bash
Executable File

#!/bin/bash
if test -n "$1"; then
# need -R not -r to copy hidden files
cp -R "$1/.wasmd" /root
cp -R "$1/.wasmcli" /root
fi
mkdir -p /root/log
wasmd start --rpc.laddr tcp://0.0.0.0:26657 --trace