Actualizar dockerfile

This commit is contained in:
marsalva 2026-01-03 22:11:36 +00:00
parent bb8fc4696a
commit 7809ac6ffa
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
FROM node:20-bullseye FROM mcr.microsoft.com/playwright:v1.49.0-jammy
WORKDIR /app WORKDIR /app
@ -8,6 +7,4 @@ RUN npm install --omit=dev
COPY . . COPY . .
RUN npx playwright install --with-deps chromium
CMD ["node", "index.js"] CMD ["node", "index.js"]