tendermint/networks/local/Makefile

8 lines
116 B
Makefile

# Makefile for the "localnode" docker image.
all:
docker build --tag tendermint/localnode localnode
.PHONY: all