update docker for GOPATH tendermint install

This commit is contained in:
Ethan Buchman
2015-07-12 02:16:33 +00:00
parent 3f7f3dd37f
commit ab37f2d3b7
2 changed files with 4 additions and 8 deletions
+2 -6
View File
@@ -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
+2 -2
View File
@@ -5,8 +5,8 @@ if [[ $BARAK_SEED ]]; then
fi
if [ "$FAST_SYNC" = "true" ]; then
./build/tendermint node --fast_sync
tendermint node --fast_sync
else
./build/tendermint node
tendermint node
fi