|
|
@ -2,12 +2,8 @@ |
|
|
|
|
|
|
|
# don't build if you're impatient |
|
|
|
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 |
|
|
|
cd $GOPATH/src/github.com/tendermint/tendermint |
|
|
|
docker build -t mint -f DOCKER/Dockerfile . |
|
|
|
fi |
|
|
|
|
|
|
|
# create the data-only container |
|
|
|