all: build

build:
	@docker build --tag=dante .

no-cache:
	@docker build --no-cache --tag=dante .
