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