kenken999 commited on
Commit
cf2f08c
·
verified ·
1 Parent(s): 53f1514

Update Dockerfile

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