build error

Job failed with exit code: 1. Reason: cache miss: [builder 3/6] WORKDIR /app cache miss: [backend 5/8] RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt cache miss: [backend 7/8] COPY --from=builder /app/dist ./static cache miss: [backend 4/8] COPY ./requirements.txt . cache miss: [backend 3/8] RUN useradd -m -u 1000 user cache miss: [builder 4/6] COPY . . cache miss: [builder 2/6] RUN apk add --no-cache libc6-compat cache miss: [builder 6/6] RUN npm run build cache miss: [backend 8/8] COPY . . cache miss: [backend 6/8] WORKDIR /home/user/app cache miss: [builder 5/6] 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 {"total":20,"completed":18,"user_total":14,"user_cached":1,"user_completed":12,"user_cacheable":12,"from":2,"miss":11,"client_duration_ms":8711}

Build logs:

Fetching error logs...