Skip to content

Commit

Permalink
Build the test docker image if necessary (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmurphyscode authored and wagoodman committed Jul 4, 2018
1 parent a0d9dfa commit 96ba653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BIN = die
all: clean build

run: build
docker image ls | grep "die-test" >/dev/null || docker build -t die-test:latest .
./build/$(BIN) die-test

build: #deps
Expand Down

0 comments on commit 96ba653

Please sign in to comment.