While building a Docker image, how do I COPY
a file into the image so that the resulting file is owned by a user other than root?
While building a Docker image, how do I COPY
a file into the image so that the resulting file is owned by a user other than root?