kenken999 commited on
Commit
8171af6
·
verified ·
1 Parent(s): 646b125

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ EXPOSE 7860
6
 
7
  # 環境変数の設定
8
  ENV N8N_PORT=7860
9
-
 
10
 
11
  # n8n のグローバルインストール
12
  RUN npm install n8n -g
 
6
 
7
  # 環境変数の設定
8
  ENV N8N_PORT=7860
9
+ ENV WEBHOOK_URL=https://kenken999-nodex-n8n.hf.space/
10
+ ENV VUE_APP_URL_BASE_API=https://kenken999-nodex-n8n.hf.space/
11
 
12
  # n8n のグローバルインストール
13
  RUN npm install n8n -g