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:
tmtanu
/
n8nn
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8nn
/
Dockerfile
tmtanu
Create Dockerfile
7b8f513
verified
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
148 Bytes
FROM
n8nio/n8n:latest
USER
root
RUN
mkdir
-p /data &&
chown
-R node:node /data
USER
node
ENV
N8N_PORT=
7860
ENV
N8N_USER_FOLDER=/data
EXPOSE
7860