We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37720d2 + 8f0a1fe commit 0014498Copy full SHA for 0014498
bin/entrypoint
@@ -7,7 +7,7 @@ if [[ -n ${NETWORK} ]]; then
7
fi
8
case ${1} in
9
run) exec /usr/local/bin/run-node ${@} ;;
10
- cli) exec /usr/local/bin/run-cli ${@} ;;
+ cli) exec /usr/local/bin/run-client ${@} ;;
11
*) echo "Nothing to do! Perhaps try [run|cli], or set NETWORK environment variable."; exit 1 ;;
12
esac
13
0 commit comments