mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 09:52:11 +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/BuildingBlocks/BuildingBlocks.csproj ./BuildingBlocks/
|
||||||
COPY ./src/Services/Identity/src/Identity/Identity.csproj ./Services/Identity/src/Identity/
|
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/src/Identity.Api/Identity.Api.csproj ./Services/Identity/src/Identity.Api/
|
||||||
COPY ./src/Services/Identity/cert/localhost.pfx ./localhost.pfx/
|
|
||||||
|
|
||||||
|
|
||||||
# Restore nuget packages
|
# Restore nuget packages
|
||||||
RUN dotnet restore ./Services/Identity/src/Identity.Api/Identity.Api.csproj
|
RUN dotnet restore ./Services/Identity/src/Identity.Api/Identity.Api.csproj
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user