all:
	docker build --no-cache --tag laconicd/node ../.. -f laconicnode/Dockerfile

.PHONY: all
