FROM node:18-alpine | |
# | |
EXPOSE 7860 | |
ENV N8N_PORT=7860 | |
ENV WEBHOOK_URL=https://Alirezamp-n8n-domain.hf.space/ | |
ENV VUE_APP_URL_BASE_API=https://Alirezamp-n8n-domain.hf.space/ | |
RUN npm install n8n -g | |
CMD ["n8n","start"] | |
FROM node:18-alpine | |
# | |
EXPOSE 7860 | |
ENV N8N_PORT=7860 | |
ENV WEBHOOK_URL=https://Alirezamp-n8n-domain.hf.space/ | |
ENV VUE_APP_URL_BASE_API=https://Alirezamp-n8n-domain.hf.space/ | |
RUN npm install n8n -g | |
CMD ["n8n","start"] | |