Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|