How to add start command
When you are building a sandbox template you can specify the start command by using the-c
option:
Bash
Sandbox template config
You can specify the start command also inside thenovita.toml
in the same directory where you run novita-sandbox-cli template build
.
Toml
Logs
You can retrieve the start command’s logs using the CLI during runtime.These logs are the logs from the start command during the build phase.
Bash