Playwright 版本降到稳定旧版

This commit is contained in:
yml
2026-04-08 17:43:26 +08:00
parent c09368d2c2
commit 5787925179
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ RUN python3 -m pip install --no-cache-dir --break-system-packages uv \
COPY apps/backend/package.json apps/backend/package-lock.json ./
RUN npm ci
RUN PLAYWRIGHT_DOWNLOAD_HOST= npx playwright install --with-deps chromium
RUN PLAYWRIGHT_DOWNLOAD_HOST=https://npmmirror.com/mirrors/playwright/ npx playwright install --with-deps chromium
COPY apps/backend/ ./