aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b409a2d..12d8383 100644
--- a/Makefile
+++ b/Makefile
@@ -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'