Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-06 19:40:44 +03:00
parent 51933aaf1e
commit ebe4e449ad
4 changed files with 10 additions and 4 deletions
+3 -1
View File
@@ -3,12 +3,14 @@ ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY cv-matcher-api/cv-matcher-api.csproj cv-matcher-api/
COPY shared-models/shared-models.csproj shared-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 cv-matcher-api/cv-matcher-api.csproj
COPY cv-matcher-api/ cv-matcher-api/
COPY shared-models/ shared-models/
COPY cv-matcher-api-models/ cv-matcher-api-models/
COPY startup-helpers/ startup-helpers/