deepak191z commited on
Commit
e33a87f
·
verified ·
1 Parent(s): 9666b44

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -12,6 +12,9 @@ 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
 
 
12
  RUN npm install
13
  RUN npm i playwright-extra puppeteer-extra-plugin-stealth
14
  RUN npx playwright install chromium
15
+ RUN npx playwright install --with-deps
16
+
17
+
18
  # If building for production, use:
19
  # RUN npm ci --only=production
20