File size: 92 Bytes
eba3e7a
 
53dc5e4
eba3e7a
 
 
 
1
2
3
4
5
6
7
8
FROM node:latest
EXPOSE 7860
ENV N8N_PORT=7860
RUN npm install n8n -g
CMD ["n8n","start"]