build error
Job failed with exit code: 1. Reason: 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 yarn global add pnpm && pnpm i --frozen-lockfile; else echo "Lockfile not found." && exit 1; fi cache miss: [deps 3/4] COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./ cache miss: [runner 4/8] COPY --from=builder /app/public ./public cache miss: [deps 1/4] RUN apk add --no-cache libc6-compat cache miss: [builder 1/4] WORKDIR /app cache miss: [runner 5/8] RUN mkdir .next cache miss: [builder 2/4] COPY --from=deps /app/node_modules ./node_modules cache miss: [deps 2/4] WORKDIR /app cache miss: [builder 4/4] RUN npm run build cache miss: [runner 6/8] RUN chown nextjs:nodejs .next cache miss: [runner 2/8] RUN addgroup --system --gid 1001 nodejs cache miss: [builder 3/4] COPY . . cache miss: [runner 3/8] RUN adduser --system --uid 1001 nextjs cache miss: [runner 8/8] COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static cache miss: [runner 7/8] COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ {"total":21,"completed":13,"user_total":16,"user_cached":0,"user_completed":8,"user_cacheable":15,"from":1,"miss":15,"client_duration_ms":3288}
Build logs:
Fetching error logs...