+3
-1
@@ -3,13 +3,15 @@ ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
|
||||
COPY api/api.csproj api/
|
||||
COPY shared-models/shared-models.csproj shared-models/
|
||||
COPY api-models/api-models.csproj api-models/
|
||||
COPY cv-matcher-api-models/cv-matcher-api-models.csproj cv-matcher-api-models/
|
||||
COPY startup-helpers/startup-helpers.csproj startup-helpers/startup-helpers/
|
||||
COPY startup-helpers/startup-helpers.csproj startup-helpers/
|
||||
|
||||
RUN dotnet restore api/api.csproj
|
||||
|
||||
COPY api/ api/
|
||||
COPY shared-models/ shared-models/
|
||||
COPY api-models/ api-models/
|
||||
COPY cv-matcher-api-models/ cv-matcher-api-models/
|
||||
COPY startup-helpers/ startup-helpers/
|
||||
|
||||
Reference in New Issue
Block a user