NAME=mixmodgui
VERSION=1.2.1

.PHONY: run

build: Dockerfile
	docker build -t ${NAME}:${VERSION} \
		.
