Spaces:
Runtime error
Runtime error
| # 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 |