From 5b940857f14c63a2eb2b339bd5f954c66a89db6a Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Tue, 14 Feb 2023 18:37:29 +0330 Subject: [PATCH] chore: fix dockerfile --- src/Services/Identity/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Services/Identity/Dockerfile b/src/Services/Identity/Dockerfile index c92f5f7..4817c07 100644 --- a/src/Services/Identity/Dockerfile +++ b/src/Services/Identity/Dockerfile @@ -5,8 +5,6 @@ WORKDIR / COPY ./src/BuildingBlocks/BuildingBlocks.csproj ./BuildingBlocks/ COPY ./src/Services/Identity/src/Identity/Identity.csproj ./Services/Identity/src/Identity/ COPY ./src/Services/Identity/src/Identity.Api/Identity.Api.csproj ./Services/Identity/src/Identity.Api/ -COPY ./src/Services/Identity/cert/localhost.pfx ./localhost.pfx/ - # Restore nuget packages RUN dotnet restore ./Services/Identity/src/Identity.Api/Identity.Api.csproj