cosmos-sdk/networks/local/Makefile

8 lines
116 B
Makefile

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