|
@ -12,6 +12,6 @@ COPY ["src/NuGet.config", "src/NuGet.config"] |
|
|
RUN dotnet restore src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj -nowarn:msb3202,nu1503 |
|
|
RUN dotnet restore src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj -nowarn:msb3202,nu1503 |
|
|
COPY . . |
|
|
COPY . . |
|
|
WORKDIR "/src/src/ApiGateways/Mobile.Bff.Shopping/aggregator" |
|
|
WORKDIR "/src/src/ApiGateways/Mobile.Bff.Shopping/aggregator" |
|
|
RUN dotnet build --no-restore -c $BUILD_CONFIGURATION |
|
|
|
|
|
|
|
|
RUN dotnet build -c $BUILD_CONFIGURATION |
|
|
|
|
|
|
|
|
CMD ["dotnet", "run", "--no-build", "--no-launch-profile", "-c", "$BUILD_CONFIGURATION", "--"]] |
|
|
CMD ["dotnet", "run", "--no-build", "--no-launch-profile", "-c", "$BUILD_CONFIGURATION", "--"]] |