mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-03 00:21: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
|
||
|
|