Skip to content

Commit

Permalink
ci: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jul 26, 2024
1 parent 644f1d7 commit f7d2cba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN apt update && apt install -y \
--no-install-recommends \
xvfb \
&& rm -rf /var/lib/apt/lists/*
RUN sudo snap install chromium
RUN snap install chromium

#时区为中国
ENV TZ=Asia/Shanghai
Expand Down
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test_linuxdo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { connect } from "puppeteer-real-browser";
import { connect } from "puppeteer-bypass-cf";

while (true) {
console.log("Start of test.js");
Expand Down

0 comments on commit f7d2cba

Please sign in to comment.