Docker - playwright 추가
This commit is contained in:
6
docker/playwright/Dockerfile
Executable file
6
docker/playwright/Dockerfile
Executable 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
|
||||
Reference in New Issue
Block a user