|
|
@ -13,6 +13,8 @@ RUN npm i npm@latest -g && npm update && npm install && npm run build:prod |
|
|
|
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build |
|
|
|
WORKDIR /src |
|
|
|
|
|
|
|
# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles |
|
|
|
# to take advantage of Docker's build cache, to speed up local container builds |
|
|
|
COPY "eShopOnContainers-ServicesAndWebApps.sln" "eShopOnContainers-ServicesAndWebApps.sln" |
|
|
|
|
|
|
|
COPY "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj" "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj" |
|
|
|