Merge pull request #192 from meysamhadeli/develop

chore: fix dockerfile
This commit is contained in:
Meysam Hadeli 2023-02-14 18:38:17 +03:30 committed by GitHub
commit 3d256980b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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