dockerfile update

master
Tudor Stanciu 2020-12-25 02:33:35 +02:00
parent 7d8f5e62ac
commit 923e1bfa68
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
WORKDIR /src
COPY dependencies.props .
COPY Directory.Build.props .
COPY NuGet.config .
COPY ["IdentityServer.Api/IdentityServer.Api.csproj", "IdentityServer.Api/"]
COPY ["IdentityServer.Application/IdentityServer.Application.csproj", "IdentityServer.Application/"]
COPY ["IdentityServer.Domain/IdentityServer.Domain.csproj", "IdentityServer.Domain/"]