Spaces:
Running
Running
test
Browse files- 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://
|
5 |
-
ENV VUE_APP_URL_BASE_API=https://
|
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 |
|