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
+2 -2
View File
@@ -216,8 +216,8 @@ services:
web: web:
build: build:
context: ../web context: ..
dockerfile: Dockerfile dockerfile: web/Dockerfile
container_name: myai-web container_name: myai-web
depends_on: depends_on:
- api - api
+1 -1
View File
@@ -6,7 +6,7 @@ COPY web/web.csproj web/
RUN dotnet restore web/web.csproj RUN dotnet restore web/web.csproj
# Copy only the web project files to avoid bringing other projects into the build context # 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 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 FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final
+2 -2
View File
@@ -93,7 +93,7 @@
"cv.cvFailed": "CV extraction failed", "cv.cvFailed": "CV extraction failed",
"cv.matchFailed": "Job matching failed", "cv.matchFailed": "Job matching failed",
"cv.completed": "Match completed.", "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.noSummary": "No summary returned.",
"cv.noItems": "No items returned.", "cv.noItems": "No items returned.",
"cv.strengths": "Strengths", "cv.strengths": "Strengths",
@@ -186,7 +186,7 @@
"cv.cvFailed": "Extragerea CV-ului a eșuat", "cv.cvFailed": "Extragerea CV-ului a eșuat",
"cv.matchFailed": "Matching-ul jobului a eșuat", "cv.matchFailed": "Matching-ul jobului a eșuat",
"cv.completed": "Matching finalizat.", "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.noSummary": "Nu a fost returnat niciun sumar.",
"cv.noItems": "Nu au fost returnate elemente.", "cv.noItems": "Nu au fost returnate elemente.",
"cv.strengths": "Puncte forte", "cv.strengths": "Puncte forte",