build error
Job failed with exit code: 1. Reason: cache miss: [deps 3/4] COPY package.json package-lock.json* ./ cache miss: [runner 2/7] RUN addgroup --system --gid 1001 nodejs cache miss: [runner 3/7] RUN adduser --system --uid 1001 nextjs cache miss: [builder 2/4] COPY --from=deps /app/node_modules ./node_modules cache miss: [runner 7/7] COPY --from=builder --chown=nextjs:nodejs /app/.next/cache ./.next/cache cache miss: [deps 1/4] RUN apk add --no-cache libc6-compat cache miss: [builder 1/4] WORKDIR /app cache miss: [deps 2/4] WORKDIR /app cache miss: [runner 4/7] COPY --from=builder /app/public ./public cache miss: [deps 4/4] RUN npm install cache miss: [builder 3/4] COPY . . cache miss: [runner 5/7] COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ cache miss: [runner 6/7] COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static cache miss: [builder 4/4] RUN npm run build {"total":20,"completed":13,"user_total":15,"user_cached":0,"user_completed":8,"user_cacheable":14,"from":1,"miss":14,"client_duration_ms":5297}
Build logs:
Fetching error logs...