File size: 134 Bytes
bc9a667
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM n8nio/n8n:latest

USER root
# Switch to the correct user for Hugging Face permissions
RUN chmod -R 777 /home/node/.n8n

USER node