ASC8384 commited on
Commit
bcca5e2
·
1 Parent(s): 60a7b9d
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -52,8 +52,7 @@ COPY requirements.txt .
52
  RUN pip install --no-cache-dir -r requirements.txt
53
 
54
  # 安装playwright浏览器
55
- RUN playwright install chromium
56
- RUN playwright install-deps chromium
57
 
58
  # 复制应用代码
59
  COPY . .
 
52
  RUN pip install --no-cache-dir -r requirements.txt
53
 
54
  # 安装playwright浏览器
55
+ RUN playwright install
 
56
 
57
  # 复制应用代码
58
  COPY . .