mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-03 10:32:17 +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
|
||
|
|