You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//": "The Dockerfile does `COPY . .` and builds the whole workspace, so anything it copies can change the image. Listing only some of it means a merged fix can sit undeployed with nothing to say so: apps/cv-worker was missing, and a detection fix stayed dark because the only file it touched was outside this list. Watching a little too much costs a spare build; watching too little costs a silent non-deploy.",