Skip to content

Commit 0146570

Browse files
authored
Merge pull request #580 from balaboom123/main
Update patchright in Dockerfile
2 parents fb65ca7 + 50a25d5 commit 0146570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ WORKDIR /app
5757
COPY requirements.txt .
5858
RUN pip install --no-cache-dir -r requirements.txt
5959

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
60+
# Install patchright and browsers with system dependencies
61+
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-patchright
62+
RUN patchright install --with-deps chromium
63+
RUN patchright install-deps
6464

6565
# Copy the application code
6666
COPY . .

0 commit comments

Comments
 (0)