Closed csmith closed 1 month ago
Trying to run the Dockerfile gives:
unable to find user appuser: no matching entries in passwd file
It seems like the appuser user is created in the builder stage and not copied over in any way?
Manually setting the user to nonroot works fine
nonroot
Trying to run the Dockerfile gives:
It seems like the appuser user is created in the builder stage and not copied over in any way?