Commit 830fc1b9 authored by duanjinfei's avatar duanjinfei

update docker file

parent d8dc81e9
#!/bin/bash
echo "Received $REWARD_ADDRESS=$REWARD_ADDRESS"
echo "Received REWARD_ADDRESS=$REWARD_ADDRESS"
echo "Received $DOCKER_SERVER=$DOCKER_SERVER"
echo "Received DOCKER_SERVER=$DOCKER_SERVER"
/usr/bin/powerNode --reward $REWARD_ADDRESS --docker_server $DOCKER_SERVER
if [ "$DOCKER_SERVER" ]; then
/usr/bin/powerNode -r "$REWARD_ADDRESS" -d "$DOCKER_SERVER"
fi
/usr/bin/powerNode --reward "$REWARD_ADDRESS"
echo "running successfully"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment