Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use
--chown=node:node
in COPY commands in the custom docker ima…
…ge (no-changelog) (n8n-io#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.
- Loading branch information