build error

Job failed with exit code: 1. Reason: cache miss: [frontend-builder 2/6] WORKDIR /frontend cache miss: [python-builder 4/5] COPY backend/requirements.txt . cache miss: [runtime 5/16] COPY backend/app/ ./app/ cache miss: [runtime 16/16] WORKDIR /app cache miss: [runtime 12/16] COPY hf/supervisord.conf /etc/supervisor/conf.d/bankbot.conf cache miss: [python-builder 5/5] RUN pip install --no-cache-dir --prefix=/install -r requirements.txt cache miss: [python-builder 2/5] WORKDIR /build cache miss: [runtime 11/16] COPY hf/nginx.conf /etc/nginx/nginx.conf cache miss: [runtime 9/16] COPY --from=frontend-builder /frontend/.next/static ./.next/static cache miss: [runtime 4/16] WORKDIR /app/backend cache miss: [frontend-builder 4/6] RUN npm ci --legacy-peer-deps --quiet cache miss: [frontend-builder 3/6] COPY frontend/package.json frontend/package-lock.json* ./ cache miss: [runtime 14/16] RUN chmod +x /app/start.sh cache miss: [frontend-builder 6/6] RUN npm run build cache miss: [runtime 10/16] COPY --from=frontend-builder /frontend/public ./public cache miss: [runtime 6/16] COPY backend/requirements.txt . cache miss: [python-builder 3/5] RUN apt-get update && apt-get install -y --no-install-recommends build-essential libpq-dev && rm -rf /var/lib/apt/lists/* cache miss: [runtime 3/16] COPY --from=python-builder /install /usr/local cache miss: [runtime 13/16] COPY hf/start.sh /app/start.sh cache miss: [runtime 7/16] WORKDIR /app/frontend cache miss: [frontend-builder 5/6] COPY frontend/ . cache miss: [runtime 2/16] RUN apt-get update && apt-get install -y --no-install-recommends nginx supervisor curl libpq5 ca-certificates && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -rf /var/lib/apt/lists/* cache miss: [runtime 15/16] RUN mkdir -p /app/data /var/log/supervisor /var/log/nginx /var/lib/nginx/body && chmod -R 777 /app/data /var/log/supervisor /var/log/nginx && chmod -R 777 /var/lib/nginx && touch /run/nginx.pid && chmod 777 /run/nginx.pid && chown -R 1000:1000 /app /var/log/supervisor /var/log/nginx /var/lib/nginx cache miss: [runtime 8/16] COPY --from=frontend-builder /frontend/.next/standalone ./ {"total":32,"completed":18,"user_total":26,"user_cached":0,"user_completed":12,"user_cacheable":24,"from":2,"miss":24,"client_duration_ms":32272}

Build logs:

Fetching error logs...