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