A native deltacast-bridge build leaves services/capture/deltacast-bridge/build/
with a CMakeCache.txt pinned to the host path. When copied into the Docker
build context it conflicts with the in-image cmake step and fails the capture
image build. Exclude build artifacts from the context.
🤖 Generated with Claude Code
7 lines
271 B
Text
7 lines
271 B
Text
# Build artifacts that must never enter the Docker build context — a stale
|
|
# CMakeCache.txt from a native bridge build breaks the in-image cmake step
|
|
# ("CMakeCache.txt directory is different / source does not match").
|
|
deltacast-bridge/build/
|
|
node_modules/
|
|
*.bak
|
|
*.log
|