diff --git a/Makefile b/Makefile index bb55971..201c78f 100644 --- a/Makefile +++ b/Makefile @@ -42,3 +42,7 @@ lint: .PHONY: test test: @$(PYTEST) + +.PHONY: build +build: + docker build -t digital_roadmap:latest -f Containerfile .