Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
91smile
/
n8n
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8n
/
Dockerfile
91smile
Create Dockerfile
1684d7e
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
154 Bytes
# 定义一个名为 N8N_VERSION 的参数,可通过 Setting 进行修改
ARG
N8N_VERSION
=latest
FROM
docker.n8n.io/n8nio/n8n:
${N8N_VERSION}
USER node