1 Star 0 Fork 95

steel.li/NET-Core

forked from 极客时间/NET-Core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/steel-li/NET-Core.git
git@gitee.com:steel-li/NET-Core.git
steel-li
NET-Core
NET-Core
master

搜索帮助