mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-26 20:02:26 -08:00
9ee292cd17
* ci: start supporting node.js 18 Node.js 18 becomes the active LTS on 2022-10-25, as Node.js 16 goes into maintenance mode. https://github.com/nodejs/Release#release-schedule * continue using node 16 for production images * node 16 for debian and base images as well for now |
||
---|---|---|
.. | ||
docker-entrypoint.sh | ||
Dockerfile | ||
README.md |
n8n - Custom Image
Dockerfile which allows to package up the local n8n code into a docker image.
Usage
Execute the following in the n8n root folder:
docker build -t n8n-custom -f docker/images/n8n-custom/Dockerfile .