playwright2 / Dockerfile
and
w
98e9a75
raw
history blame
167 Bytes
FROM mcr.microsoft.com/playwright:v1.40.0-jammy
#WORKDIR /code
#COPY package.json ./package.json
RUN npm i playwright@1.40.0
COPY . .
CMD [ "node", "index.mjs" ]