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