diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-11 14:17:16 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-11 14:17:16 -0700 |
commit | 0fe15920e049f2f01b27cc4de2aaf083c56dd13b (patch) | |
tree | e1fabb5d3e25bd08606274a8b7014064f2e9e3e9 /Makefile | |
parent | b91052688ab02609f364b75a98a7f0c6788faf5e (diff) |
Updating makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ down: ## Stop the container enter: ## Enter the running container docker exec -it $(CONTAINERNAME) /bin/bash -clean: ## Remove the image and any stopped containers +clean: down ## Remove the image and any stopped containers docker rm $(CONTAINERNAME) || echo 'No container to remove' |