Afrizalav commited on
Commit
7b27862
·
verified ·
1 Parent(s): 0908781

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -11
Dockerfile CHANGED
@@ -24,14 +24,4 @@ VOLUME ["$HOME/.n8n"]
24
 
25
  EXPOSE 7860
26
 
27
- ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
28
-
29
- FROM n8nio/n8n:latest
30
-
31
- # Cuma install whatsapp-web.js tanpa Chromium dulu
32
- USER n8n
33
- RUN cd /usr/local/lib/node_modules/n8n && \
34
- npm install whatsapp-web.js && \
35
- npm install qrcode-terminal
36
-
37
- USER n8n
 
24
 
25
  EXPOSE 7860
26
 
27
+ ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]