From 32a5ed52f6733a2e6a0203a2caa2af811c746b00 Mon Sep 17 00:00:00 2001 From: kurihada Date: Sat, 28 Feb 2026 23:49:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Chromium=20=E4=B8=8B=E8=BD=BD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=9B=BD=E5=86=85=E9=95=9C=E5=83=8F=E5=8A=A0=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f809270..8ac3cb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ COPY package.json package-lock.json ./ # Install all dependencies (including devDependencies for building) RUN npm ci -# Install Chromium for rebrowser-playwright +# Install Chromium for rebrowser-playwright (use China mirror) +ENV PLAYWRIGHT_DOWNLOAD_HOST=https://registry.npmmirror.com/-/binary/playwright RUN npx playwright install chromium # Copy source code