laconicd/networks/local/Makefile
2022-10-13 11:23:17 +05:30

5 lines
97 B
Makefile

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