|
|
|
@ -5,9 +5,9 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 AS build
|
|
|
|
WORKDIR /src
|
|
|
|
WORKDIR /src
|
|
|
|
|
|
|
|
|
|
|
|
# Copy the project files
|
|
|
|
# Copy the project files
|
|
|
|
COPY ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/
|
|
|
|
COPY ./ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/
|
|
|
|
COPY Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
|
|
|
|
COPY ./Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
|
|
|
|
COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/
|
|
|
|
COPY ./Expedience.Api/Expedience.Api.csproj Expedience.Api/
|
|
|
|
|
|
|
|
|
|
|
|
# Restore the packages
|
|
|
|
# Restore the packages
|
|
|
|
RUN dotnet restore Expedience.Api/Expedience.Api.csproj
|
|
|
|
RUN dotnet restore Expedience.Api/Expedience.Api.csproj
|
|
|
|
|