TAG = docker.educg.net/cg/webdav:v1.0

build:
	docker build -t $(TAG) .

push:
	docker push $(TAG)