FROM node:20.10.0 COPY ./package.json . COPY ./package-lock.json . RUN npm ci RUN npx playwright install --with-deps