Skip to content

Commit 812db72

Browse files
committed
Added new project to Dockerfile
1 parent d21bf44 commit 812db72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ ENV BUILD_CONFIGURATION=${BUILD_CONFIGURATION}
1818
WORKDIR /src
1919

2020
COPY ["src/KeeperData.Bridge/KeeperData.Bridge.csproj", "KeeperData.Bridge/"]
21+
COPY ["src/KeeperData.Bridge.Worker/KeeperData.Bridge.Worker.csproj", "KeeperData.Bridge.Worker/"]
2122
COPY ["src/KeeperData.Infrastructure/KeeperData.Infrastructure.csproj", "KeeperData.Infrastructure/"]
2223
COPY ["src/KeeperData.Application/KeeperData.Application.csproj", "KeeperData.Application/"]
2324
COPY ["src/KeeperData.Core/KeeperData.Core.csproj", "KeeperData.Core/"]
2425

2526
RUN 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
2628
RUN dotnet restore "KeeperData.Infrastructure/KeeperData.Infrastructure.csproj" -r linux-x64 -v n
2729
RUN dotnet restore "KeeperData.Application/KeeperData.Application.csproj" -r linux-x64 -v n
2830
RUN dotnet restore "KeeperData.Core/KeeperData.Core.csproj" -r linux-x64 -v n

0 commit comments

Comments
 (0)