We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793b3e6 commit 2bf8ae8Copy full SHA for 2bf8ae8
1 file changed
Dockerfile
@@ -14,7 +14,8 @@ ARG USE_EDGE=false
14
COPY package*.json ./
15
16
RUN if [ "$USE_EDGE" = "true" ]; then \
17
- npm install --save-exact --omit=dev --ignore-scripts github:pedroslopez/whatsapp-web.js#main; \
+ npm ci --only=production --ignore-scripts && \
18
+ npm install --save-exact github:pedroslopez/whatsapp-web.js#main; \
19
else \
20
npm ci --only=production --ignore-scripts; \
21
fi
0 commit comments