Alirezamp commited on
Commit
899ac1d
·
verified ·
1 Parent(s): 0895fcf

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -3
Dockerfile CHANGED
@@ -2,10 +2,13 @@ FROM node:latest
2
  #
3
  EXPOSE 7860
4
  ENV N8N_PORT=7860
5
- ENV WEBHOOK_URL=https://Alirezamp-n8n.hf.space/
6
- ENV VUE_APP_URL_BASE_API=https://Alirezamp-n8n.hf.space/
 
7
 
8
 
9
 
10
  RUN npm install n8n -g
11
- CMD ["n8n","start"]
 
 
 
2
  #
3
  EXPOSE 7860
4
  ENV N8N_PORT=7860
5
+ ENV WEBHOOK_URL=https://navalmen007-nodex-n8n-domain.hf.space/
6
+ ENV VUE_APP_URL_BASE_API=https://navalmen007-nodex-n8n-domain.hf.space/
7
+
8
 
9
 
10
 
11
  RUN npm install n8n -g
12
+ CMD ["n8n","start"]
13
+
14
+