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