agent / Dockerfile
PhSecX's picture
Update Dockerfile
d9c1fef verified
raw
history blame contribute delete
124 Bytes
FROM n8nio/n8n:latest
USER root
ENV N8N_PORT=7860
ENV WEBHOOK_URL=https://${SPACE_HOST}/
ENTRYPOINT []
CMD sh -c "n8n start"