Install playwright in Docker image
This commit is contained in:
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
|
|
||||||
COPY scraper_service.py /app/scraper_service.py
|
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
|
EXPOSE 9777
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user