diff --git a/toml-reference/toml-reference.mdx b/toml-reference/toml-reference.mdx index c229ed8..9777571 100644 --- a/toml-reference/toml-reference.mdx +++ b/toml-reference/toml-reference.mdx @@ -22,7 +22,7 @@ The `[cerebrium.deployment]` section defines core deployment settings. | disable_auth | boolean | false | Disable default token-based authentication on app endpoints | | include | string[] | ["*"] | Files/patterns to include in deployment | | exclude | string[] | [".*"] | Files/patterns to exclude from deployment | -| shell_commands | string[] | [] | Commands to run during build | +| shell_commands | string[] | [] | Commands to run at the end of the build | | pre_build_commands | string[] | [] | Commands to run before dependencies install | | docker_base_image_url | string | "debian:bookworm-slim" | Base Docker image |