Skip to content

Commit

Permalink
Add make target to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 6, 2025
1 parent d1a3843 commit e5e8ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ lint:
.PHONY: test
test:
@$(PYTEST)

.PHONY: build
build:
docker build -t digital_roadmap:latest -f Containerfile .

0 comments on commit e5e8ab1

Please sign in to comment.