Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
112yuoio
/
nodex-n8n
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nodex-n8n
/
Dockerfile
3v324v23
Fixd env name
53dc5e4
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
FROM
node:latest
EXPOSE
7860
ENV
N8N_PORT=
7860
RUN
npm install n8n -g
CMD
[
"n8n"
,
"start"
]