Commit b3585024 authored by duanjinfei's avatar duanjinfei

update docker file

parent 830fc1b9
...@@ -6,8 +6,8 @@ echo "Received DOCKER_SERVER=$DOCKER_SERVER" ...@@ -6,8 +6,8 @@ echo "Received DOCKER_SERVER=$DOCKER_SERVER"
if [ "$DOCKER_SERVER" ]; then if [ "$DOCKER_SERVER" ]; then
/usr/bin/powerNode -r "$REWARD_ADDRESS" -d "$DOCKER_SERVER" /usr/bin/powerNode -r "$REWARD_ADDRESS" -d "$DOCKER_SERVER"
else
/usr/bin/powerNode --reward "$REWARD_ADDRESS"
fi fi
/usr/bin/powerNode --reward "$REWARD_ADDRESS"
echo "running successfully" 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