build error
Job failed with exit code: 1. Reason: cache miss: [deps 3/4] COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./ cache miss: [runner 3/6] RUN adduser --system --uid 1001 nextjs cache miss: [runner 4/6] COPY --from=builder /app/public ./public cache miss: [runner 6/6] COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static cache miss: [deps 4/4] RUN if [ -f yarn.lock ]; then yarn --frozen-lockfile; elif [ -f package-lock.json ]; then npm ci; elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm i --frozen-lockfile; else echo "Lockfile not found." && exit 1; fi cache miss: [runner 2/6] RUN addgroup --system --gid 1001 nodejs cache miss: resolve image config for docker-image://docker.io/docker/dockerfile:1 cache miss: docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769 cache miss: [builder 3/4] COPY . . cache miss: [builder 4/4] RUN if [ -f yarn.lock ]; then yarn run build; elif [ -f package-lock.json ]; then npm run build; elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; else echo "Lockfile not found." && exit 1; fi cache miss: [builder 2/4] COPY --from=deps /app/node_modules ./node_modules cache miss: [runner 5/6] COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ {"total":21,"completed":16,"user_total":16,"user_cached":3,"user_completed":11,"user_cacheable":15,"from":1,"miss":12,"client_duration_ms":51160}
Build logs:
Fetching error logs...