Skip to content

Commit e4778a0

Browse files
committed
fix
1 parent 31d6a1e commit e4778a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM n8nio/n8n:latest
22
USER root
33
RUN apk add --update python3 py3-pip make npm
4-
RUN cd /usr/local/lib/node_modules/n8n && npm @gradio/client
4+
RUN cd /usr/local/lib/node_modules/n8n && npm install @gradio/client
55
USER node
66
ENTRYPOINT [“docker-entrypoint.sh”]

0 commit comments

Comments
 (0)