⬆️ Update Playwright (#1793)

This commit is contained in:
Alejandra
2025-09-07 22:59:36 +02:00
committed by GitHub
parent b6c4e98922
commit 51454b223e
3 changed files with 25 additions and 27 deletions

View File

@@ -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}