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