5 lines
68 B
Makefile
5 lines
68 B
Makefile
all:
|
|
docker build --tag ethermintd/node ethermintnode
|
|
|
|
.PHONY: all
|