I have a python Azure function with specific business logic. In the Dockerfile, I want to run the container as a non-root user, so I did the following:
Dockerfile