niwayandm commited on
Commit
7175fe4
·
1 Parent(s): e630cc3

Change Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile CHANGED
@@ -53,18 +53,6 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
53
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
54
 
55
  RUN yarn add puppeteer@24.27.0
56
-
57
- # Install n8n-nodes-puppeteer in a permanent location
58
- RUN mkdir -p /opt/n8n-custom-nodes && \
59
- cd /opt/n8n-custom-nodes && \
60
- npm cache clean --force && \
61
- npm install n8n-nodes-puppeteer --no-audit --no-fund && \
62
- chown -R node:node /opt/n8n-custom-nodes
63
-
64
- # Copy our custom entrypoint
65
- COPY docker-custom-entrypoint.sh /docker-custom-entrypoint.sh
66
- RUN chmod +x /docker-custom-entrypoint.sh && \
67
- chown node:node /docker-custom-entrypoint.sh
68
 
69
  # -------------------------
70
  # n8n
 
53
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
54
 
55
  RUN yarn add puppeteer@24.27.0
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  # -------------------------
58
  # n8n