We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0be5b commit dcca48aCopy full SHA for dcca48a
Dockerfile.dev
@@ -7,7 +7,6 @@ RUN apt-get update \
7
8
WORKDIR /app
9
COPY . .
10
-RUN npm install npm@latest -g
11
RUN npm install
12
RUN npm install -g nodemon
13
CMD npm run dev
src/config/WhatsappClient.ts
@@ -6,7 +6,6 @@ export function getClient (): Client {
6
dataPath: '/data'
}),
puppeteer: {
- executablePath: '/usr/bin/chromium',
headless: true,
args: [
'--no-sandbox',
0 commit comments