Docker - playwright 추가

This commit is contained in:
dsk-minchulahn
2024-01-12 17:32:34 +09:00
parent 1a708b7751
commit f0716df10f
2 changed files with 6 additions and 0 deletions

6
docker/playwright/Dockerfile Executable file
View File

@@ -0,0 +1,6 @@
FROM python:3.11-slim
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN playwright install chromium
RUN playwright install-deps

Binary file not shown.