Makefile 67 Bytes
build:
	docker build --rm -t $(shell cat .project) .

.PHONY: build