1 Star 0 Fork 95

RENDERING/NET-Core

forked from 极客时间/NET-Core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.ps1 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
weiyu.xiao 提交于 2020-04-19 16:00 . 更新代码
Param(
[parameter(Mandatory=$true)][string]$tag
)
docker build --no-cache -f .\src\Services\Ordering\GeekTime.Ordering.API\Dockerfile -t geektime-ordering-api:$tag .
docker build --no-cache -f .\src\Services\Identity\GeekTime.Identity.API\Dockerfile -t geektime-identity-api:$tag .
docker build --no-cache -f .\src\ApiGateways\GeekTime.Mobile.Gateway\Dockerfile -t geektime-mobile-gateway:$tag .
docker build --no-cache -f .\src\ApiGateways\GeekTime.Mobile.ApiAggregator\Dockerfile -t geektime-mobile-apiaggregator:$tag .
docker build --no-cache -f .\src\Monitor\GeekTime.HealthChecksHost\Dockerfile -t geektime-healthcheckshost:$tag .
"Any key to exit" ;
Read-Host | Out-Null ;
Exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baoyujie/NET-Core.git
git@gitee.com:baoyujie/NET-Core.git
baoyujie
NET-Core
NET-Core
master

搜索帮助