aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-07-12 15:30:07 -0600
committerCody Hiar <codyfh@gmail.com>2018-07-12 15:30:07 -0600
commit719ff18282284bebdca6e9b18955977528d91287 (patch)
tree5a48b5000f1ad71dec7d045fca45dcece728d775
parent107efa7a267423e3be184341213a17ef0436dc2f (diff)
Updating comment in makefiles
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)