diff --git a/Dockerfile b/Dockerfile index fbceef8..0fafa7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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