github.com/aeternity/aepp-sdk-go@v1.0.3-0.20190606142815-1c0ffdc21fd9/build/docker/entrypoint.sh (about) 1 #!/bin/bash 2 set -e 3 4 # Use TestNet example config as configuration template 5 cp docs/examples/epoch_testnet.yaml epoch.yaml 6 7 # Using console with extra arguments because "foreground" does not handle SIGTERM/SIGQUIT 8 exec ./bin/epoch console -noshell -noinput $@