fix: skip puppeteer browser download in Docker build
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Failing after 7m53s
Promote to Production / Promote to Production (push) Failing after 8m55s

This commit is contained in:
OpenClaw 2026-02-20 11:21:02 +00:00
parent abf66d8017
commit 3c867c2769

View file

@ -1,6 +1,7 @@
FROM node:20-slim AS builder
WORKDIR /app
COPY package*.json ./
ENV PUPPETEER_SKIP_DOWNLOAD=true
RUN npm ci
COPY tsconfig.json ./
COPY src/ ./src/