I have made a python web application in Django.
I want to install it locally on someone's computer. But I want the code to be completely inaccessible.
Currently I run the application in a docker container.
So is there a way I can make a container completely unreadable to someone at the same time run the webserver from inside.