github.com/vipernet-xyz/tm@v0.34.24/networks/local/Makefile (about)

     1  # Makefile for the "localnode" docker image.
     2  
     3  all:
     4  	docker build --tag tendermint/localnode localnode
     5  
     6  .PHONY: all
     7