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"]