Ai
6 Star 119 Fork 97

极客时间/NET-Core

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
build.ps1 701 Bytes
Copy Edit Raw Blame History
weiyu.xiao authored 2020-04-19 16:00 +08: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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geektime-geekbang/NET-Core.git
git@gitee.com:geektime-geekbang/NET-Core.git
geektime-geekbang
NET-Core
NET-Core
master

Search