3v324v23 commited on
Commit
eba3e7a
·
1 Parent(s): 9896aec

initial commit

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM node:latest
2
+ EXPOSE 7860
3
+ ENV N8NPORT=7860
4
+ RUN npm install n8n -g
5
+ CMD ["n8n","start"]
6
+
7
+