Skip to content

Commit

Permalink
Update toml-reference/toml-reference.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoirwinrsa authored Feb 6, 2025
1 parent 797c85c commit 704431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toml-reference/toml-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 704431b

Please sign in to comment.