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