use correct playwright image tag
This commit is contained in:
@@ -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
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
ENV CHROME_DEBUGGING_PORT=9222
|
||||
CMD ["npx", "playwright", "test"]
|
||||
|
||||
Reference in New Issue
Block a user