浏览代码

Update makefile.

Alex Myasoedov 5 年之前
父节点
当前提交
ae3789431f
共有 1 个文件被更改,包括 2 次插入3 次删除
  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