Suppose i want to make some changes to some of the template strings in server.en.yml and I want them to persist across rebuilds (when I do ./launcher rebuild app). What is the recommended way to do that?
I can add a sed command in containers/app.yml int he run: section but that seems cumbersome. Is there another way?