chore: fix dockerfile

This commit is contained in:
meysamhadeli 2023-02-14 18:37:29 +03:30
parent eaab6ea9fb
commit 5b940857f1

View File

@ -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