Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|