n8n-supa / Dockerfile
reddotapp25's picture
Update Dockerfile
2769f6b verified
Raw
History Blame Contribute Delete
205 Bytes
# Use the official n8n image (Debian-based)
FROM n8nio/n8n:latest
# Set the port for Hugging Face
ENV N8N_PORT=7860
# Expose the port
EXPOSE 7860
# The base image already handles the 'n8n start' command