Configure Build and Test and Docker Build jobs with branch and PR triggers, plus a root .dockerignore to keep Docker contexts lean. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
159 B
Text
11 lines
159 B
Text
# Docker build context (workspace root) — keep images small and fast
|
|
.git
|
|
.nx
|
|
node_modules
|
|
.pnpm-store
|
|
dist
|
|
coverage
|
|
apps/backend/target
|
|
**/*.md
|
|
.env
|
|
.env.*
|