nodex-n8n-domain / Dockerfile
kenken999's picture
ava
2e9197f verified
raw
history blame contribute delete
No virus
225 Bytes
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"]