mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-02 19:02:55 +08:00
chore: fix dockerfile
This commit is contained in:
parent
eaab6ea9fb
commit
5b940857f1
@ -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