File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ ENV BUILD_CONFIGURATION=${BUILD_CONFIGURATION}
1818WORKDIR /src
1919
2020COPY ["src/KeeperData.Bridge/KeeperData.Bridge.csproj" , "KeeperData.Bridge/" ]
21+ COPY ["src/KeeperData.Bridge.Worker/KeeperData.Bridge.Worker.csproj" , "KeeperData.Bridge.Worker/" ]
2122COPY ["src/KeeperData.Infrastructure/KeeperData.Infrastructure.csproj" , "KeeperData.Infrastructure/" ]
2223COPY ["src/KeeperData.Application/KeeperData.Application.csproj" , "KeeperData.Application/" ]
2324COPY ["src/KeeperData.Core/KeeperData.Core.csproj" , "KeeperData.Core/" ]
2425
2526RUN dotnet restore "KeeperData.Bridge/KeeperData.Bridge.csproj" -r linux-x64 -v n
27+ RUN dotnet restore "KeeperData.Bridge.Worker/KeeperData.Bridge.Worker.csproj" -r linux-x64 -v n
2628RUN dotnet restore "KeeperData.Infrastructure/KeeperData.Infrastructure.csproj" -r linux-x64 -v n
2729RUN dotnet restore "KeeperData.Application/KeeperData.Application.csproj" -r linux-x64 -v n
2830RUN dotnet restore "KeeperData.Core/KeeperData.Core.csproj" -r linux-x64 -v n
You can’t perform that action at this time.
0 commit comments