laconicd/networks/local/Makefile

5 lines
101 B
Makefile
Raw Permalink Normal View History

all:
docker build --no-cache --tag chibaclonkd/node ../.. -f chibaclonknode/Dockerfile
.PHONY: all