Build the test docker image if necessary (#10)

This commit is contained in:
William Murphy 2018-07-04 11:25:43 -04:00 committed by Alex Goodman
parent a0d9dfa5d3
commit 96ba653730

View File

@ -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