Closed teger closed 1 year ago
In Dockerfile, i add a chown command to copy these files with the node user and group !
What's the point of this change? Can you explain?
Being able to change the container contents at runtime? For debugging, you should be using a different image or no image at all.
In Dockerfile, i add a chown command to copy these files with the node user and group !