Tudor Stanciu 2020-12-25 02:31:42 +02:00
commit 7e489b117c
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 ["Chatbot.Api/Chatbot.Api.csproj", "Chatbot.Api/"]
COPY ["Chatbot.Api.Domain.Data/Chatbot.Api.Domain.Data.csproj", "Chatbot.Api.Domain.Data/"]
COPY ["Chatbot.Api.Domain/Chatbot.Api.Domain.csproj", "Chatbot.Api.Domain/"]