1een commited on
Commit
5588434
·
verified ·
1 Parent(s): c7be5fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -28,8 +28,8 @@ RUN git clone https://github.com/Theyka/Turnstile-Solver.git temp && \
28
  RUN pip install -r requirements.txt
29
 
30
  # 安装 Playwright 浏览器
31
- RUN python -m playwright install chromium
32
- RUN python -m playwright install-deps chromium
33
 
34
  # 暴露端口
35
  EXPOSE 7860
 
28
  RUN pip install -r requirements.txt
29
 
30
  # 安装 Playwright 浏览器
31
+ RUN playwright install chromium
32
+ RUN playwright install-deps chromium
33
 
34
  # 暴露端口
35
  EXPOSE 7860