Reaperxxxx commited on
Commit
7031e40
·
verified ·
1 Parent(s): dc82946

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ WORKDIR /app
29
 
30
  # Copy package.json and install dependencies
31
  COPY package.json ./
32
- RUN npm install
33
 
34
  # Run npx to install Puppeteer manually
35
  RUN npx install puppeteer
 
29
 
30
  # Copy package.json and install dependencies
31
  COPY package.json ./
32
+ RUN npm install cheerio puppeteer-extra puppeteer-extra-plugin-stealth puppeteer
33
 
34
  # Run npx to install Puppeteer manually
35
  RUN npx install puppeteer