@@ -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
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user