From 719ff18282284bebdca6e9b18955977528d91287 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 12 Jul 2018 15:30:07 -0600 Subject: Updating comment in makefiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd5a622..e718bfc 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,5 @@ enter: ## Enter the running container clean: down ## Remove the image and any stopped containers docker rm $(CONTAINERNAME) || echo 'No container to remove' -push: +push: ## Push the container to dockerhub docker push $(IMAGENAME) -- cgit v1.2.3