N8N / Dockerfile
miskatul1's picture
Update Dockerfile
0c69288 verified
raw
history blame contribute delete
128 Bytes
FROM n8nio/n8n:latest
USER root
RUN mkdir -p /home/node/.n8n && chmod -R 777 /home/node/.n8n
ENV N8N_USER_FOLDER=/home/node/.n8n