Docker: update docker configuration

This commit is contained in:
Vincent Botbol 2018-06-18 20:38:20 +02:00 committed by Grégoire Henry
parent 6682f05ec9
commit 9d021032e1

View File

@ -80,7 +80,7 @@ launch_node() {
mv "$node_data_dir/identities.json" /tmp
fi
rm -rf "$node_dir"/*
rm -rf "$client_dir/baking"
rm -rf "$client_dir/blocks"
rm -rf "$client_dir/nonces"
rm -rf "$client_dir/endorsements"
if [ -f "/tmp/identities.json" ]; then \