build error
Job failed with exit code: 1. Reason: cache miss: [frontend-builder 5/6] COPY frontend/ ./ cache miss: [stage-1 7/11] COPY --chown=user backend/ /app/backend/ cache miss: [stage-1 4/11] RUN apt-get update && apt-get install -y --no-install-recommends gcc g++ && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 8/11] COPY --from=frontend-builder --chown=user /frontend/build /app/frontend/build cache miss: [stage-1 5/11] COPY backend/requirements.txt . cache miss: [stage-1 3/11] WORKDIR /app cache miss: [frontend-builder 6/6] RUN npm run build cache miss: [stage-1 9/11] RUN mkdir -p /app/precomputed_data /app/cache && chown -R user:user /app/precomputed_data /app/cache cache miss: [stage-1 11/11] WORKDIR /app/backend cache miss: [stage-1 2/11] RUN useradd -m -u 1000 user cache miss: [stage-1 10/11] COPY --chown=user precomputed_data/ /app/precomputed_data/ cache miss: [stage-1 6/11] RUN pip install --no-cache-dir -r requirements.txt {"total":23,"completed":18,"user_total":17,"user_cached":3,"user_completed":12,"user_cacheable":15,"from":2,"miss":12,"client_duration_ms":121534}
Build logs:
Fetching error logs...