Merge pull request #219 from tomochain/docker

remove bash debug from docker entrypoint
This commit is contained in:
Etienne Napoleone 2018-10-16 10:35:59 +07:00 committed by GitHub
commit a6094e3346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# vars from docker env
# - IDENTITY (default to empty)
@ -142,6 +142,8 @@ fi
# dump
echo "dump: $IDENTITY $account $BOOTNODES"
set -x
exec tomo $params \
--verbosity $VERBOSITY \
--datadir $DATA_DIR \