aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)