kenken999 commited on
Commit
50ec75a
1 Parent(s): fad1dbc
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM node:latest
2
  EXPOSE 7860
3
  ENV N8N_PORT=7860
4
- ENV WEBHOOK_URL=https://your-domain.com/
5
- ENV VUE_APP_URL_BASE_API=https://your-domain.com/
6
  RUN npm install n8n -g
7
  CMD ["n8n","start"]
8
 
 
1
  FROM node:latest
2
  EXPOSE 7860
3
  ENV N8N_PORT=7860
4
+ ENV WEBHOOK_URL=https://kenken999-nodex-n8n-domain.hf.space/
5
+ ENV VUE_APP_URL_BASE_API=https://kenken999-nodex-n8n-domain.hf.space/
6
  RUN npm install n8n -g
7
  CMD ["n8n","start"]
8