5 lines
95 B
Makefile
5 lines
95 B
Makefile
all:
|
|
docker build --no-cache --tag laconicd/node ../.. -f laconicnode/Dockerfile
|
|
|
|
.PHONY: all
|