Spaces:
Paused
Paused
| FROM mcr.microsoft.com/playwright:v1.41.2-jammy | |
| WORKDIR /code | |
| #COPY package.json ./package.json | |
| RUN npm i express playwright@1.41.2 body-parser cors | |
| RUN npm i web-locks | |
| RUN npm i ws | |
| RUN npm i user-agents | |
| RUN npm i uuid | |
| COPY . . | |
| CMD [ "node", "index.js" ] | |