Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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