Run with correct image tag

This commit is contained in:
Correl Roush 2018-06-12 20:26:29 -04:00
parent 5d28404620
commit 91a8c94e4a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ run:
--name $(CONTAINER) \
$(addprefix -v ,$(VOLUMES)) \
--net=host \
$(IMAGE)
$(IMAGE):$(HA_VERSION)
stop:
docker stop $(CONTAINER)
destroy: