⬆️ Update Playwright (#1793)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:24
|
||||
FROM mcr.microsoft.com/playwright:v1.55.0-noble
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -6,8 +6,6 @@ COPY package*.json /app/
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN npx -y playwright install --with-deps
|
||||
|
||||
COPY ./ /app/
|
||||
|
||||
ARG VITE_API_URL=${VITE_API_URL}
|
||||
|
||||
Reference in New Issue
Block a user