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
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user