mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-10 03:51:20 +00:00
8 lines
116 B
Makefile
8 lines
116 B
Makefile
# Makefile for the "localnode" docker image.
|
|
|
|
all:
|
|
docker build --tag tendermint/localnode localnode
|
|
|
|
.PHONY: all
|
|
|