Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
abc1181
/
n8n
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8n
/
Dockerfile
abc1181
Create Dockerfile
d6ba6b3
verified
7 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
111 Bytes
FROM n8nio/n8n:latest
USER
root
RUN mkdir -p /home/
node
/.n8n
RUN chown -R
node
:node
/home/
node
/.n8n
USER
node