I am wanting to follow instructions to add discourse-maths plugin
only when I edit app.yml I see the existing plugins showing as follows
I did not want to break the pattern so I added
![]()
and then rebuilt the container
However the maths plugin does not show in options
Should I be editing the yml to take the following format with sudo?
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git





