ATPMAG2 / Dockerfile
adieroxy's picture
Create Dockerfile
bc9a667 verified
raw
history blame contribute delete
134 Bytes
FROM n8nio/n8n:latest
USER root
# Switch to the correct user for Hugging Face permissions
RUN chmod -R 777 /home/node/.n8n
USER node