Merge PR #93: localnet-start requires build-linux
This commit is contained in:
committed by
Alexander Bezobchuk
parent
7b1465968b
commit
0e0de2b26c
2
Makefile
2
Makefile
@@ -158,7 +158,7 @@ build-docker-gaiadnode:
|
||||
$(MAKE) -C networks/local
|
||||
|
||||
# Run a 4-node testnet locally
|
||||
localnet-start: localnet-stop
|
||||
localnet-start: build-linux localnet-stop
|
||||
@if ! [ -f build/node0/gaiad/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/gaiad:Z tendermint/gaiadnode testnet --v 4 -o . --starting-ip-address 192.168.10.2 ; fi
|
||||
docker-compose up -d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user