updates to the Makefile

Former-commit-id: c6bad545faa526bdc60245b692df6828744ada13
This commit is contained in:
Michael T. Kelbaugh
2020-02-26 14:54:01 -05:00
parent 44ed55cd1f
commit 7943b1688e

View File

@@ -1,5 +1,7 @@
SHELL := /bin/bash
.PHONY: build-model up all stop clean purge
build-model:
docker build -t simon-model:latest -f build/Dockerfile .
@@ -13,3 +15,6 @@ stop:
clean:
cd build && docker-compose down
purge:
cd build && docker-compose down --rmi all