From 7809ac6ffa6695c3ab4b128919a6b3fced10730a Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 3 Jan 2026 22:11:36 +0000 Subject: [PATCH] Actualizar dockerfile --- dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dockerfile b/dockerfile index 71546ff..f7b7614 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,4 @@ -FROM node:20-bullseye - +FROM mcr.microsoft.com/playwright:v1.49.0-jammy WORKDIR /app @@ -8,6 +7,4 @@ RUN npm install --omit=dev COPY . . -RUN npx playwright install --with-deps chromium - CMD ["node", "index.js"] \ No newline at end of file