adieroxy commited on
Commit
bc9a667
·
verified ·
1 Parent(s): 86f1129

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM n8nio/n8n:latest
2
+
3
+ USER root
4
+ # Switch to the correct user for Hugging Face permissions
5
+ RUN chmod -R 777 /home/node/.n8n
6
+
7
+ USER node