Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KenSensei
/
n8n
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8n
/
Dockerfile
KenSensei
Update Dockerfile
b9ebffa
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
179 Bytes
FROM docker.n8n.io/n8nio/n8n:latest
USER
root
RUN chown -R
1000
:
1000
/home/
node
/.n8n
USER
node
ENV
N8N_PORT=
7860
ENV
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=
true
CMD [
"start"
]