Changes
Build and Push Docker Images / build (push) Successful in 43s

This commit is contained in:
2026-05-11 12:33:51 +03:00
parent 68de34c092
commit e512317f33
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ COPY web/web.csproj web/
RUN dotnet restore web/web.csproj
# Copy only the web project files to avoid bringing other projects into the build context
COPY web/. /web
COPY web/ web/
RUN dotnet publish web/web.csproj -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final
+2 -2
View File
@@ -93,7 +93,7 @@
"cv.cvFailed": "CV extraction failed",
"cv.matchFailed": "Job matching failed",
"cv.completed": "Match completed.",
"cv.backendMissing": "The frontend is ready, but the backend endpoints /api/cv-matcher/upload and /api/cv-matcher/match-job must be implemented.",
"cv.backendMissing": "There was an error while processing the CV.",
"cv.noSummary": "No summary returned.",
"cv.noItems": "No items returned.",
"cv.strengths": "Strengths",
@@ -186,7 +186,7 @@
"cv.cvFailed": "Extragerea CV-ului a eșuat",
"cv.matchFailed": "Matching-ul jobului a eșuat",
"cv.completed": "Matching finalizat.",
"cv.backendMissing": "Frontend-ul este pregătit, dar endpoint-urile backend /api/cv-matcher/upload și /api/cv-matcher/match-job trebuie implementate.",
"cv.backendMissing": "A aparut o eroare la pcocesarea CV-ului.",
"cv.noSummary": "Nu a fost returnat niciun sumar.",
"cv.noItems": "Nu au fost returnate elemente.",
"cv.strengths": "Puncte forte",