Skip to content

Commit cceb71a

Browse files
committed
playwright镜像问题
1 parent f7fec06 commit cceb71a

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

build/build-images-define.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ $buildImageList = @(
145145
# "busybox:latest",
146146
# "beszel:0.10",
147147
# "beszel-agent:0.10",
148-
# "playwright:v1.53.0-jammy",
148+
"playwright:v1.53.0-jammy",
149149
# "playwright:v1.54.0-jammy",
150150
# "nextcloud:30-apache",
151151
# "nextcloud:30-fpm",
@@ -159,8 +159,8 @@ $buildImageList = @(
159159
# "openvpn-as:3.0.1-84b60e70-Ubuntu24"
160160
# "python:3.12.12",
161161
# "pika:latest",
162-
"php:7.3-fpm-buster",
163-
"php:7.3-zts-buster",
162+
# "php:7.3-fpm-buster",
163+
# "php:7.3-zts-buster",
164164
""
165165
)
166166

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/playwright:v1.53.0-jammy
1+
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/playwright:v1.53.0-jammy
2+
3+
WORKDIR /app
4+
5+
RUN npm install -g [email protected]
6+
7+
CMD ["playwright", "run-server", "--port=8005", "--host=0.0.0.0"]
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/playwright:v1.54.0-jammy
1+
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/playwright:v1.54.0-jammy
2+
3+
WORKDIR /app
4+
5+
RUN npm install -g [email protected]
6+
7+
CMD ["playwright", "run-server", "--port=8005", "--host=0.0.0.0"]

0 commit comments

Comments
 (0)