laconicd/networks/local/Makefile
2022-10-10 16:08:33 +05:30

5 lines
99 B
Makefile

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