build error
Job failed with exit code: 1. Reason: cache miss: [11/11] WORKDIR /app cache miss: [10/11] RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get update && apt-get install -y nodejs && node -v && npm -v && if [ -f package-lock.json ]; then npm ci --no-audit --no-fund; else npm install --no-audit --no-fund; fi && npm run build && rm -rf /var/lib/apt/lists/* cache miss: [ 7/11] COPY newnew_AI/frontend /app/frontend cache miss: [ 8/11] WORKDIR /app/frontend cache miss: [ 6/11] COPY newnew_AI/backend /app/backend cache miss: [ 9/11] RUN test -f package.json || (echo "ERROR: /app/frontend/package.json not found" && ls -la && exit 1) {"total":16,"completed":12,"user_total":11,"user_cached":4,"user_completed":7,"user_cacheable":10,"from":1,"miss":6,"client_duration_ms":415}
Build logs:
Fetching error logs...