diff --git a/Dockerfile b/Dockerfile index 7b6d39f..6a7b616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,10 +57,10 @@ WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -# Install Playwright and browsers with system dependencies -ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright -RUN playwright install --with-deps chromium -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 # Copy the application code COPY . .