Fix Docker Image using Root User
Dockerfile currently exposes Root user (and related security issues) to the container process. Should be changed to using a non-privileged user instead.
Dockerfile currently exposes Root user (and related security issues) to the container process. Should be changed to using a non-privileged user instead.