Browse Source

docker path fixes

pull/102/head
Ethan Buchman 9 years ago
committed by Jae Kwon
parent
commit
dea79e9138
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      DOCKER/docker.sh

+ 1
- 0
DOCKER/docker.sh View File

@ -5,6 +5,7 @@ if [[ ! $NO_BUILD ]]; then
if [ `basename $(pwd)` = DOCKER ]; then
docker build -t mint -f Dockerfile ..
else
# cd $GOPATH/src/github.com/tendermint/tendermint
docker build -t mint -f DOCKER/Dockerfile .
fi
fi


Loading…
Cancel
Save