Pattern
Build Artifacts Not Copied
missing-build-artifacts-in-image
Container builds fail because compiled artifacts (dist/server.js, jar) are not present inside the Docker image—due to .dockerignore exclusions, Dockerfile path/ADD mistakes, or build-script edits not persisting—so runtime entrypoints resolve to missing files.