File tree Expand file tree Collapse file tree
Services/Identity/Identity.API Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.2.0-preview3-aspnetcore-runtime AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM microsoft/dotnet:2.2.100-preview3-sdk AS build
5+ FROM microsoft/dotnet:2.2.100-preview3-sdk AS dotnet- build
66WORKDIR /src
77
88FROM dotnet-build as build
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.2.0-preview3-aspnetcore-runtime AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM microsoft/dotnet:2.2.100-preview3-sdk AS build
5+ FROM microsoft/dotnet:2.2.100-preview3-sdk AS dotnet- build
66WORKDIR /src
77
88FROM dotnet-build as build
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM microsoft/dotnet:2.2.0-preview3-aspnetcore-runtime AS base
33WORKDIR /app
44EXPOSE 80
55
6- FROM microsoft/dotnet:2.2.100-preview3-sdk AS build
6+ FROM microsoft/dotnet:2.2.100-preview3-sdk AS dotnet- build
77WORKDIR /src
88
99FROM ${NODE_IMAGE} as node-build
You can’t perform that action at this time.
0 commit comments