Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 3097651

Browse files
ReubenBondtjain-ms
authored andcommitted
Fix Docker build after moving to centralized packaging
1 parent 10a783c commit 3097651

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Basket/Basket.API/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Catalog/Catalog.API/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4242

4343
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4444

45+
COPY "Directory.Packages.props" "Directory.Packages.props"
4546
COPY "NuGet.config" "NuGet.config"
4647

4748
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Identity/Identity.API/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Ordering/Ordering.API/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Ordering/Ordering.SignalrHub/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Payment/Payment.API/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

src/Services/Webhooks/Webhooks.API/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
4141

4242
COPY "docker-compose.dcproj" "docker-compose.dcproj"
4343

44+
COPY "Directory.Packages.props" "Directory.Packages.props"
4445
COPY "NuGet.config" "NuGet.config"
4546

4647
RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"

0 commit comments

Comments
 (0)