fix CHROME_PERSISTENT_SESSION error

This commit is contained in:
vvincent1234
2025-01-24 09:42:42 +08:00
parent a123e94e08
commit 748d253c31
5 changed files with 6 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ RUN pip install --no-cache-dir -r requirements.txt
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
RUN playwright install --with-deps chromium
RUN playwright install-deps
RUN apt-get install -y google-chrome-stable
# Copy the application code
COPY . .