diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-07-12 15:30:07 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-07-12 15:30:07 -0600 |
commit | 719ff18282284bebdca6e9b18955977528d91287 (patch) | |
tree | 5a48b5000f1ad71dec7d045fca45dcece728d775 | |
parent | 107efa7a267423e3be184341213a17ef0436dc2f (diff) |
Updating comment in makefiles
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |