Skip to content

Commit

Permalink
build: add 'make docker.build'
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 27, 2018
1 parent 41f6e4f commit 4efb800
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 @@ -11,3 +11,7 @@ update_examples:
for dir in $(sort $(dir $(wildcard examples/*/*))); do (cd $$dir && make); done
@echo "now you can run:"
@echo " git commit examples -m \"chore: update examples\""

.PHONY: docker.build
docker.build:
docker build -t moul/depviz .

0 comments on commit 4efb800

Please sign in to comment.