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

.PHONY: all
