switch back to playwright for now

This commit is contained in:
Nick Sweeting
2025-05-13 18:31:54 -04:00
committed by GitHub
parent 74225db1b6
commit c4b65cec5d

View File

@@ -23,7 +23,7 @@ RUN python3 -m pip install --upgrade pip --quiet \
&& python3 -m pip install patchright --quiet
# 7. Install Chromium via patchright
RUN patchright install --with-deps --no-shell chromium
RUN playwright install --with-deps --no-shell chromium
# 8. Copy the rest of the codebase
COPY . /app