use correct playwright image tag

This commit is contained in:
Zhi
2026-03-13 18:58:58 +00:00
parent adadfffd79
commit d883dc3dc0

View File

@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/playwright:v1.40.0-bookworm FROM mcr.microsoft.com/playwright:v1.40.0-nook
ENV CHROME_DEBUGGING_PORT=9222
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
ENV CHROME_DEBUGGING_PORT=9222
CMD ["npx", "playwright", "test"] CMD ["npx", "playwright", "test"]