geqintan commited on
Commit
b092f79
·
1 Parent(s): 7a097a1
Files changed (4) hide show
  1. Dockerfile +3 -0
  2. packages.txt +0 -0
  3. push.sh +3 -0
  4. requirements.txt +0 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM n8nio/n8n
2
+ EXPOSE 7860
3
+ CMD ["n8n", "start"]
packages.txt ADDED
File without changes
push.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ git add .
2
+ git commit -m "update"
3
+ git push
requirements.txt ADDED
File without changes