Skip to content

Commit

Permalink
Merge pull request ethereum#198 from tomochain/fix/docker
Browse files Browse the repository at this point in the history
Remove pkey file from node container after importing the account
  • Loading branch information
ngtuna authored Oct 1, 2018
2 parents 8ec6e25 + ff3d7c2 commit 9fa830c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9fa830c

Please sign in to comment.