laconicd/networks/local/Makefile

5 lines
97 B
Makefile
Raw Normal View History

all:
2022-10-13 05:53:17 +00:00
docker build --no-cache --tag laconicd/node ../.. -f ethermintnode/Dockerfile
.PHONY: all