kenken999 commited on
Commit
fad1dbc
·
verified ·
1 Parent(s): 53dc5e4
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM node:latest
2
  EXPOSE 7860
3
  ENV N8N_PORT=7860
 
 
4
  RUN npm install n8n -g
5
  CMD ["n8n","start"]
6
 
 
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