Playwright 版本降到稳定旧版
This commit is contained in:
@@ -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/ ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user