mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-16 12:33:53 +00:00
try with docker
This commit is contained in:
@@ -3,7 +3,6 @@ FROM mcr.microsoft.com/playwright:v1.31.0-focal
|
||||
WORKDIR /app
|
||||
COPY package.json /app/
|
||||
COPY pnpm-lock.yaml /app/
|
||||
COPY features/ /app/features/
|
||||
COPY src/ /app/src/
|
||||
COPY tsconfig.json /app/
|
||||
RUN apt-get update && apt-get -y install libnss3 libatk-bridge2.0-0 libdrm-dev libxkbcommon-dev libgbm-dev libasound-dev libatspi2.0-0 libxshmfence-dev
|
||||
|
||||
Reference in New Issue
Block a user