Install playwright in Docker image

This commit is contained in:
2025-12-28 00:40:56 -08:00
parent 67b8fad423
commit 4ab0e22047

View File

@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
COPY scraper_service.py /app/scraper_service.py
RUN python -m pip install --no-cache-dir flask beautifulsoup4
RUN python -m pip install --no-cache-dir flask beautifulsoup4 playwright
EXPOSE 9777