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.
|
||||
*
|
||||
!JobTrackerApi/
|
||||
!JobTrackerBackend/
|
||||
!Data/
|
||||
!Models/
|
||||
!.dockerignore
|
||||
|
||||
# Include the source trees.
|
||||
!JobTrackerApi/**
|
||||
!JobTrackerBackend/**
|
||||
!Data/**
|
||||
!Models/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user