docker path fixes

This commit is contained in:
Ethan Buchman
2015-06-15 22:24:52 +00:00
committed by Jae Kwon
parent 3416004359
commit dea79e9138

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