From 1f34eb42d2b7074a5eba53d826a433ab3b899b42 Mon Sep 17 00:00:00 2001 From: cesnimda Date: Wed, 1 Apr 2026 22:24:00 +0200 Subject: [PATCH] fix: include backend project in docker build context --- .dockerignore | 2 ++ SMART_GMAIL_PROGRESS.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 35b189b..8b3a2fd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,12 +3,14 @@ # everything first and then opt back into only the source folders it needs. * !JobTrackerApi/ +!JobTrackerBackend/ !Data/ !Models/ !.dockerignore # Include the source trees. !JobTrackerApi/** +!JobTrackerBackend/** !Data/** !Models/** diff --git a/SMART_GMAIL_PROGRESS.md b/SMART_GMAIL_PROGRESS.md index 7fdc66f..65fa595 100644 --- a/SMART_GMAIL_PROGRESS.md +++ b/SMART_GMAIL_PROGRESS.md @@ -46,6 +46,7 @@ - backend `POST /api/gmail/review-decision` - frontend actions for link/reject/keep-in-review - focused action test and successful frontend build +- Backend release build for `JobTrackerApi` is clean again after fixing a duplicated `app.Run()` tail in `Program.cs`. - Cleaned the new Gmail page tests to use the same React Router future flags as the app, removing warning noise from the inbox/review suites. ## Next tasks