laconicd/networks/local/Makefile

5 lines
99 B
Makefile
Raw Normal View History

all:
docker build --no-cache --tag ethermintd/node ../.. -f ethermintnode/Dockerfile
.PHONY: all