fix(templates): use filePath instead of mountPath

This commit is contained in:
Mauricio Siu
2024-08-03 14:59:20 -06:00
parent 95899b7208
commit 4bd6ec2232
5 changed files with 20 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ export function generate(schema: Schema): Template {
const mounts: Template["mounts"] = [
{
mountPath: "./config.toml",
filePath: "config.toml",
content: `[app]
address = "0.0.0.0:9000"