build error
Job failed with exit code: 1. Reason: cache miss: [6/6] RUN npm run build --if-present cache miss: [4/6] RUN git clone --depth 1 --branch main https://github.com/judygab/nextjs-portfolio.git /app cache miss: [3/6] RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates && rm -rf /var/lib/apt/lists/* cache miss: [2/6] WORKDIR /app cache miss: [5/6] RUN if [ -f package-lock.json ]; then npm ci --omit=dev || npm install --omit=dev; elif [ -f yarn.lock ]; then corepack enable && yarn install --production; elif [ -f pnpm-lock.yaml ]; then corepack enable && pnpm install --prod; else npm install --omit=dev; fi {"total":10,"completed":10,"user_total":6,"user_cached":0,"user_completed":6,"user_cacheable":5,"from":1,"miss":5,"client_duration_ms":29612}
Build logs:
Fetching error logs...