build error
Job failed with exit code: 1. Reason: cache miss: [web 5/7] COPY web/ ./ cache miss: [runtime 6/10] COPY services/api /app/services/api cache miss: [runtime 4/10] COPY requirements.txt /app/requirements.txt cache miss: [runtime 3/10] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-venv && rm -rf /var/lib/apt/lists/* && python3 -m venv /opt/venv cache miss: [web 6/7] RUN npm run build && test -f .next/standalone/server.js cache miss: [runtime 7/10] COPY scripts /app/scripts cache miss: [runtime 5/10] RUN pip install --no-cache-dir -r /app/requirements.txt cache miss: [runtime 10/10] RUN chmod +x /app/start.sh && useradd -m app && mkdir -p /app/.local/matrix-builder-storage /app/.local/audit && chown -R app /app cache miss: [runtime 9/10] COPY start.sh /app/start.sh cache miss: [web 7/7] RUN cp -r .next/static .next/standalone/.next/static && if [ -d public ]; then cp -r public .next/standalone/public; fi cache miss: [runtime 8/10] COPY --from=web /web/.next/standalone /app/web {"total":21,"completed":15,"user_total":16,"user_cached":4,"user_completed":10,"user_cacheable":15,"from":1,"miss":11,"client_duration_ms":41304}
Build logs:
Fetching error logs...