maryjscout commited on
Commit
eedd012
·
verified ·
1 Parent(s): 16832e6

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -0
Dockerfile ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM n8nio/n8n:latest
2
+
3
+ ENV N8N_PORT=7860
4
+ ENV N8N_HOST=0.0.0.0
5
+ ENV N8N_PROTOCOL=http
6
+
7
+ EXPOSE 7860
8
+
9
+ CMD ["n8n", "start"]