mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-22 08:40:32 +00:00
docker path fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user