Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sagararyal authored Dec 10, 2024
1 parent fff2094 commit 83d957f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM n8nio/n8n:latest

USER root

RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-document-generator
RUN cd /usr/local/lib/node_modules/n8n && npm install @google/earthengine && npm install -g @turf/turf

WORKDIR /home/node/packages/cli
Expand Down

0 comments on commit 83d957f

Please sign in to comment.