Duplicated from kenken999/nodex-n8n
eba3e7a 53dc5e4 50ec75a eba3e7a
1
2
3
4
5
6
7
8
9
10
FROM node:latest EXPOSE 7860 ENV N8N_PORT=7860 ENV WEBHOOK_URL=https://kenken999-nodex-n8n-domain.hf.space/ ENV VUE_APP_URL_BASE_API=https://kenken999-nodex-n8n-domain.hf.space/ RUN npm install n8n -g CMD ["n8n","start"]