n8n-1 commited on
Commit
600d41a
·
verified ·
1 Parent(s): c0da42f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
- FROM ghcr.io/yanqingmei/nodema:latest
 
 
2
 
3
  EXPOSE 7860
 
1
+ FROM ghcr.io/deluxebear/n8n:chs
2
+
3
+ RUN npm install n8n-nodes-puppeteer
4
 
5
  EXPOSE 7860