From 7da06487bd780089e03137ee0c45f8850b398052 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 28 Apr 2024 10:57:36 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=AE=89=E8=A3=85pw=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d3de8f..77822e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY . . -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r requirements.txt \ + && playwright install-deps \ + && playwright install CMD ["python", "main.py"] \ No newline at end of file