fix: include backend project in docker build context

This commit is contained in:
2026-04-01 22:24:00 +02:00
parent b87e673d38
commit 1f34eb42d2
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -3,12 +3,14 @@
# everything first and then opt back into only the source folders it needs. # everything first and then opt back into only the source folders it needs.
* *
!JobTrackerApi/ !JobTrackerApi/
!JobTrackerBackend/
!Data/ !Data/
!Models/ !Models/
!.dockerignore !.dockerignore
# Include the source trees. # Include the source trees.
!JobTrackerApi/** !JobTrackerApi/**
!JobTrackerBackend/**
!Data/** !Data/**
!Models/** !Models/**
+1
View File
@@ -46,6 +46,7 @@
- backend `POST /api/gmail/review-decision` - backend `POST /api/gmail/review-decision`
- frontend actions for link/reject/keep-in-review - frontend actions for link/reject/keep-in-review
- focused action test and successful frontend build - 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. - 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 ## Next tasks