mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-15 22:04:05 +08:00
Merge pull request #192 from meysamhadeli/develop
chore: fix dockerfile
This commit is contained in:
commit
3d256980b5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user