n8n/docker/images/n8n-custom
Jimw383 4d5756cd01
ci: Use --chown=node:node in COPY commands in the custom docker image (no-changelog) (#5913)
add --chown=node:node to COPY commands

By adding `--chown=node:node` when copying the source and removing `RUN chown -R node:node .`, we save several minutes during the image building process.
2023-04-12 15:45:01 +02:00
..
docker-entrypoint.sh ci: Make custom images consistent with the release images (no-changelog) (#4924) 2022-12-21 17:12:12 +01:00
Dockerfile ci: Use --chown=node:node in COPY commands in the custom docker image (no-changelog) (#5913) 2023-04-12 15:45:01 +02:00
README.md refactor: Format root-level files (#3858) 2022-08-19 15:34:02 +02:00

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 .