mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 06:37:14 +00:00
update docker for GOPATH tendermint install
This commit is contained in:
+2
-6
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user