.PHONY: clean docker

docker: 
	docker build -t kontor-servicemix:0.2.0-SNAPSHOT .

