5 lines
101 B
Makefile
5 lines
101 B
Makefile
all:
|
|
docker build --no-cache --tag chibaclonkd/node ../.. -f chibaclonknode/Dockerfile
|
|
|
|
.PHONY: all
|