I don’t suppose there’s an easy way to tie the second container/app to the image of the “main” app? Trying to avoid building the same image twice when the only functional difference is the command.
That’s exactly right. You can even build with a specific tag: fly deploy --label <git-sha>. Then you can fly deploy registry.fly.io/<app>:<git-sha> -a <other-app>