1 Star 0 Fork 48

罅潇/sofa-registry

forked from SOFAStack/sofa-registry 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
d字大写 提交于 2021-12-16 10:19 . update image repositry (#185)
VERSION := $(shell cat VERSION)
proto:
protoc --proto_path=./server/common/model/src/main/resources/proto --java_out=server/common/model/src/main/java server/common/model/src/main/resources/proto/*.proto # protoc-3.5.1
image_build:
docker build . -f docker/Dockerfile -t sofaregistry/sofaregistry:$(VERSION)
image_push:
docker push sofaregistry/sofaregistry:$(VERSION)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/summerXiaXiao/sofa-registry.git
git@gitee.com:summerXiaXiao/sofa-registry.git
summerXiaXiao
sofa-registry
sofa-registry
master

搜索帮助