deepak191z commited on
Commit
653520f
·
verified ·
1 Parent(s): dd95861

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,7 +10,8 @@ WORKDIR /usr/src/app
10
  # Copy package files and install dependencies
11
  COPY package*.json ./
12
  RUN npm install
13
- RUN npm install chrome-lens-ocr node-fetch sharp
 
14
  # If building for production, use:
15
  # RUN npm ci --only=production
16
 
 
10
  # Copy package files and install dependencies
11
  COPY package*.json ./
12
  RUN npm install
13
+ RUN npm i playwright-extra puppeteer-extra-plugin-stealth
14
+ RUN npx playwright install chromium
15
  # If building for production, use:
16
  # RUN npm ci --only=production
17