While checking the topic on how to install plugins, I noticed that this is being used: - sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
but on my app.yml file I only have: git clone https://github.com/discourse/docker_manager.git
Thanks.
So when it comes to adding plugins, should I also just use git clone or - sudo -E -u discourse git clone? Because in the instructions here they mention that we should add it.