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 31d6a1e commit e4778a0Copy full SHA for e4778a0
Dockerfile
@@ -1,6 +1,6 @@
1
FROM n8nio/n8n:latest
2
USER root
3
RUN apk add --update python3 py3-pip make npm
4
-RUN cd /usr/local/lib/node_modules/n8n && npm @gradio/client
+RUN cd /usr/local/lib/node_modules/n8n && npm install @gradio/client
5
USER node
6
ENTRYPOINT [“docker-entrypoint.sh”]
0 commit comments