diff --git a/docker/tomochain/entrypoint.sh b/docker/tomochain/entrypoint.sh index 43a141d7ca..4c5fcfb760 100755 --- a/docker/tomochain/entrypoint.sh +++ b/docker/tomochain/entrypoint.sh @@ -98,6 +98,7 @@ if [[ $accountsCount -le 0 ]]; then --datadir $DATA_DIR \ --keystore $KEYSTORE_DIR \ --password ./password + rm ./private_key else echo "Creating new account" tomo account new \