Change a containers CMD via the fly.toml file

Thinking about it, I think the new preferred way to do this would be using the new Preview: multi process apps (get your workers here!).

Something like:

app = "your-app"

[processes]
app = "path/to/command arg1 arg2"

By default, an app process will be infered if you don’t have one.