laconicd/networks/local/Makefile

5 lines
99 B
Makefile
Raw Normal View History

all:
2022-10-10 10:38:33 +00:00
docker build --no-cache --tag ethermintd/node ../.. -f ethermintnode/Dockerfile
.PHONY: all