commit | 2273131b7b9bf4001189ce435157ebd62352f44c | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:19:30 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 12 11:19:30 2019 +0800 |
tree | f5007ca0a8a0ba9decaa4780f5dae443d4a72882 | |
parent | 6411da5ca1859695391b765b3491fe396930bfba [diff] [blame] |
改进编译环境
diff --git a/Makefile b/Makefile index 4ad93d7..9eb3fcb 100644 --- a/Makefile +++ b/Makefile
@@ -11,8 +11,8 @@ test: $(GRADLE) test -docker: - $(GRADLE) payapi:docker +docker: build + $(GRADLE) docker push: docker docker push harbor.supwisdom.com/dali/payapi