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.
*
!JobTrackerApi/
!JobTrackerBackend/
!Data/
!Models/
!.dockerignore
# Include the source trees.
!JobTrackerApi/**
!JobTrackerBackend/**
!Data/**
!Models/**