fix: include backend project in docker build context
This commit is contained in:
@@ -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/**
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user