diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile index 83a81394c..0a75d7b65 100644 --- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile +++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/ApiGateways/Mobile.Bff.Shopping/aggregator RUN dotnet publish -c Release -o /app diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile b/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile index 19bdb9b84..e6035ec14 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/ApiGateways/Web.Bff.Shopping/aggregator RUN dotnet publish -c Release -o /app diff --git a/src/Services/Basket/Basket.API/Dockerfile b/src/Services/Basket/Basket.API/Dockerfile index 793b010ab..6c7bac8f6 100644 --- a/src/Services/Basket/Basket.API/Dockerfile +++ b/src/Services/Basket/Basket.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Basket/Basket.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Catalog/Catalog.API/Dockerfile b/src/Services/Catalog/Catalog.API/Dockerfile index 57d30ef1b..b1a9fdba2 100644 --- a/src/Services/Catalog/Catalog.API/Dockerfile +++ b/src/Services/Catalog/Catalog.API/Dockerfile @@ -6,13 +6,6 @@ EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Catalog/Catalog.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Identity/Identity.API/Dockerfile b/src/Services/Identity/Identity.API/Dockerfile index 9bc9ede38..129420dfe 100644 --- a/src/Services/Identity/Identity.API/Dockerfile +++ b/src/Services/Identity/Identity.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Identity/Identity.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Location/Locations.API/Dockerfile b/src/Services/Location/Locations.API/Dockerfile index 5ffacb4d6..2a1986717 100644 --- a/src/Services/Location/Locations.API/Dockerfile +++ b/src/Services/Location/Locations.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Location/Locations.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Marketing/Marketing.API/Dockerfile b/src/Services/Marketing/Marketing.API/Dockerfile index b254761b4..2ec76fd16 100644 --- a/src/Services/Marketing/Marketing.API/Dockerfile +++ b/src/Services/Marketing/Marketing.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Marketing/Marketing.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Ordering/Ordering.API/Dockerfile b/src/Services/Ordering/Ordering.API/Dockerfile index a4fba1949..1858c9a2e 100644 --- a/src/Services/Ordering/Ordering.API/Dockerfile +++ b/src/Services/Ordering/Ordering.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Ordering/Ordering.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile b/src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile index dfbab9484..613185101 100644 --- a/src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile +++ b/src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Ordering/Ordering.BackgroundTasks diff --git a/src/Services/Ordering/Ordering.SignalrHub/Dockerfile b/src/Services/Ordering/Ordering.SignalrHub/Dockerfile index 657b1060f..28b18abe8 100644 --- a/src/Services/Ordering/Ordering.SignalrHub/Dockerfile +++ b/src/Services/Ordering/Ordering.SignalrHub/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Ordering/Ordering.SignalrHub RUN dotnet publish -c Release -o /app diff --git a/src/Services/Payment/Payment.API/Dockerfile b/src/Services/Payment/Payment.API/Dockerfile index 6f3c1b1db..69b6efa07 100644 --- a/src/Services/Payment/Payment.API/Dockerfile +++ b/src/Services/Payment/Payment.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Payment/Payment.API RUN dotnet publish -c Release -o /app diff --git a/src/Services/Webhooks/Webhooks.API/Dockerfile b/src/Services/Webhooks/Webhooks.API/Dockerfile index ad6893664..6f6813fbe 100644 --- a/src/Services/Webhooks/Webhooks.API/Dockerfile +++ b/src/Services/Webhooks/Webhooks.API/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Services/Webhooks/Webhooks.API RUN dotnet publish -c Release -o /app diff --git a/src/Web/WebMVC/Dockerfile b/src/Web/WebMVC/Dockerfile index 76e3b5c77..0027b1749 100644 --- a/src/Web/WebMVC/Dockerfile +++ b/src/Web/WebMVC/Dockerfile @@ -5,13 +5,6 @@ EXPOSE 80 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Web/WebMVC RUN dotnet publish -c Release -o /app diff --git a/src/Web/WebSPA/Dockerfile b/src/Web/WebSPA/Dockerfile index 62454aacb..99141bba6 100644 --- a/src/Web/WebSPA/Dockerfile +++ b/src/Web/WebSPA/Dockerfile @@ -14,13 +14,6 @@ RUN npm run build:prod FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . COPY --from=node-build /web/wwwroot /src/Web/WebSPA/wwwroot/ WORKDIR /src/Web/WebSPA diff --git a/src/Web/WebhookClient/Dockerfile b/src/Web/WebhookClient/Dockerfile index f6d81ba0a..2fc4ef147 100644 --- a/src/Web/WebhookClient/Dockerfile +++ b/src/Web/WebhookClient/Dockerfile @@ -6,13 +6,6 @@ EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build WORKDIR /src -COPY scripts scripts/ - -COPY ApiGateways/*/*/*.csproj csproj-files/ -COPY BuildingBlocks/*/*/*.csproj csproj-files/ -COPY Services/*/*/*.csproj csproj-files/ -COPY Web/*/*.csproj csproj-files/ - COPY . . WORKDIR /src/Web/WebhookClient RUN dotnet publish -c Release -o /app