当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 44

ArthurWang/core-grpc
暂停

forked from overtly/core-grpc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
yaofeng 提交于 2019-06-01 16:17 . init
FROM microsoft/dotnet:2.0-runtime AS base
WORKDIR /app
FROM microsoft/dotnet:2.0-sdk AS build
WORKDIR /src
COPY *.sln ./
COPY src/Sodao.GrpcExample.Service/Sodao.GrpcExample.Service.csproj Sodao.GrpcExample.Service/
COPY src/Sodao.GrpcExample.Service.Grpc/Sodao.GrpcExample.Service.Grpc.csproj Sodao.GrpcExample.Service.Grpc/
COPY src/Sodao.Core.Grpc/Sodao.Core.Grpc.csproj Sodao.Core.Grpc/
RUN dotnet restore -s http://10.0.60.89:8081/nuget/ -s https://api.nuget.org/v3/index.json
COPY ./src/Sodao.GrpcExample.Service ./Sodao.GrpcExample.Service
COPY ./src/Sodao.GrpcExample.Service.Grpc/ ./Sodao.GrpcExample.Service.Grpc
COPY ./src/Sodao.Core.Grpc ./Sodao.Core.Grpc
WORKDIR /src/Sodao.GrpcExample.Service
RUN dotnet build Sodao.GrpcExample.Service.csproj -c Release -o /app
FROM build AS publish
RUN dotnet publish Sodao.GrpcExample.Service.csproj -c Release -o /app
FROM base AS final
WORKDIR /app
COPY --from=publish /app .
ENTRYPOINT ["dotnet", "Sodao.GrpcExample.Service.dll"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/arthur9119/core-grpc.git
git@gitee.com:arthur9119/core-grpc.git
arthur9119
core-grpc
core-grpc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385