.PHONY: docker

DOCKER_TAG = 1.1.1

docker:
	docker build -t quay.io/wire/sftd_disco:$(DOCKER_TAG) -f Dockerfile . 
