5 lines
99 B
Makefile
5 lines
99 B
Makefile
all:
|
|
docker build --no-cache --tag ethermintd/node ../.. -f ethermintnode/Dockerfile
|
|
|
|
.PHONY: all
|