TAG := v0.7.39
BUILDTAG := fvdbergh/mtfmapper_python:$(TAG)

build:
	docker build -t $(BUILDTAG) .

push:
	docker push $(BUILDTAG)