Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srinuksv
/
n8n1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1f9cd78
n8n1
/
Dockerfile
simahu
Create Dockerfile
1f9cd78
verified
11 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
FROM
docker.n8n.io/n8nio/n8n
RUN
useradd -m -u 1000 user
USER
user
ENV
PATH=
"/home/user/.local/bin:$PATH"
WORKDIR
/app