local.build:
	docker build --no-cache -t honeyui .

local.run:
	docker run -p 8081:8000 honeyui