FROM mcr.microsoft.com/playwright:v1.60.0-jammy WORKDIR /app COPY . . RUN npm install CMD ["node", "app.js"]