Securing source code

Hi,

I’m using Camunda Community edition and build some application projects for some customers.
I then want to deploy Camunda locally on their premises. So I need to put the .war files I generate on their premises.
How can I secure that the code of the application.war file will not be accessible and visible to the customers?

Thanks

Build a docker container (there is a camunda docker container already available) and deliver the docker container instead of installing camunda directly on clients system. You can deploy your own processes easily when the camunda engine runs in a docker container

Hi @nashorn,

Thanks for the hint!
But how is the code not accessible? Can’t someone access the image inside the docker?
I’m not familiar with docker at all, so maybe I miss some concepts.