We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb65ca7 + 50a25d5 commit 0146570Copy full SHA for 0146570
Dockerfile
@@ -57,10 +57,10 @@ WORKDIR /app
57
COPY requirements.txt .
58
RUN pip install --no-cache-dir -r requirements.txt
59
60
-# Install Playwright and browsers with system dependencies
61
-ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
62
-RUN playwright install --with-deps chromium
63
-RUN playwright install-deps
+# Install patchright and browsers with system dependencies
+ENV PLAYWRIGHT_BROWSERS_PATH=/ms-patchright
+RUN patchright install --with-deps chromium
+RUN patchright install-deps
64
65
# Copy the application code
66
COPY . .
0 commit comments