Browse Source

Update makefile.

Alex Myasoedov 5 years ago
parent
commit
ae3789431f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Makefile

+ 2 - 3
Makefile

@@ -13,11 +13,10 @@ build:
 
 push:
 	@docker push $(DOCKER_IMAGE)
-	@docker push $(REPO)
 
 r:
 	@docker run -it -p 8080:8080 $(DOCKER_IMAGE)
 
 release:
-	@build
-	@push
+	@make build
+	@make push