Skip to content

Commit dcca48a

Browse files
committed
fix puppeteer config
1 parent 5a0be5b commit dcca48a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apt-get update \
77

88
WORKDIR /app
99
COPY . .
10-
RUN npm install npm@latest -g
1110
RUN npm install
1211
RUN npm install -g nodemon
1312
CMD npm run dev

src/config/WhatsappClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export function getClient (): Client {
66
dataPath: '/data'
77
}),
88
puppeteer: {
9-
executablePath: '/usr/bin/chromium',
109
headless: true,
1110
args: [
1211
'--no-sandbox',

0 commit comments

Comments
 (0)