python-flask-template icon indicating copy to clipboard operation
python-flask-template copied to clipboard

Support running as random UID in Docker image

Open alexellis opened this issue 6 years ago • 0 comments

You should be able to run with a --uid flag and a random number, and still be able to access your pip modules inside the function.

Right now that is probably not the case, but if you look at the way we changed openfaas/templates for python3 this fix can be applied to the templates in this repo also.

alexellis avatar Jun 05 '19 13:06 alexellis