docker path fixes

This commit is contained in:
Ethan Buchman
2015-07-07 14:10:37 -07:00
committed by Jae Kwon
parent 3416004359
commit dea79e9138
+1
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