.PHONY: docker dev

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

dev:
	ng serve

