1 Star 0 Fork 0

ApulisPlatform/ad-hub-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoliang 提交于 2021-09-28 11:06 . update
get-deps:
git submodule init
git submodule update
go mod vendor
update-deps:
git submodule init
git submodule update --remote --recursive
go mod vendor
gen-swagger:
swag init -g cmd/api_server.go -o api
build-api-server-bin: get-deps
go build -o bin/api_server main.go
build-api-server: get-deps
docker build -f build/Dockerfile . -t harbor.apulis.cn:8443/develop/apulistech/dataset-manager-api:1.0
build-dataset-mq-maker: get-deps
docker build -f build/dataset-worker-maker-mq/Dockerfile . -t harbor.apulis.cn:8443/develop/apulistech/worker-adhub-cvdataset-maker-mq:1.0
build-dataset-publisher: get-deps
docker build -f build/dataset-worker-publisher-cv/Dockerfile . -t harbor.apulis.cn:8443/develop/apulistech/worker-adhub-cvdataset-publisher-cv:1.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/apulisplatform/ad-hub-backend.git
git@gitee.com:apulisplatform/ad-hub-backend.git
apulisplatform
ad-hub-backend
ad-hub-backend
v1.6.0

搜索帮助