change browser

This commit is contained in:
2026-03-14 22:16:40 +08:00
parent aa6225406e
commit a13db655e8
4 changed files with 38 additions and 15 deletions

View File

@@ -27,8 +27,8 @@ COPY pyproject.toml .
COPY uv.lock* .
RUN uv sync --frozen
RUN uv run playwright install chromium
RUN uv run playwright install-deps chromium
RUN uv run playwright install firefox
RUN uv run playwright install-deps firefox
# 只複製 app/ 的內容進去
COPY . .