github.com/devwanda/aphelion-staking@v0.33.9/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