changing owner of profilecli to address Chore finding
The container is designed to run as the grafana user and that is the user that would run the script. Adding the commands listed below, I changed the owner of the file to the grafana user to prevent any other access by any other account.
chown grafana:grafana /usr/bin/profilecli && \ chmod 700 /usr/bin/profilecli