mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
9 lines
147 B
Docker
9 lines
147 B
Docker
FROM mcr.microsoft.com/playwright:v1.37.0-alpha-aug-7-2023-jammy
|
|
|
|
WORKDIR /app
|
|
|
|
COPY package.json ./
|
|
COPY cli.js ./
|
|
COPY lib ./lib
|
|
RUN npm install
|