cancel Failed

Docker build copied the wrong path

medium#CI-003
workspacesdocker (build & smoke)fork_rightrelease/v3commit9d4e1b7 — containerize the apiconveyor_beltGeneric CIschedule2m 05s

The Docker build fails on a COPY step. Compare what the Dockerfile copies against the repo's actual layout, and pick the safe fix.

terminaldocker (build & smoke)ci log
17:22:10$ docker build -t buglyst-api:ci .
17:22:10#5 [2/6] WORKDIR /app
17:22:11#6 [3/6] COPY package*.json ./
17:22:13#7 [4/6] RUN npm ci --omit=dev
17:22:40#8 [5/6] COPY dist/ ./dist/
17:22:40#8 ERROR: failed to calculate checksum of ref: "/dist": not found
17:22:40------
17:22:40 > [5/6] COPY dist/ ./dist/:
17:22:40------
17:22:40##[error]failed to compute cache key: "/dist": not found
17:22:40##[error]Process completed with exit code 1.