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

@@ -228,7 +228,7 @@ export const composeRouter = createTRPCRouter({
for (const mount of mounts) {
await createMount({
filePath: mount.filePath,
mountPath: mount.mountPath,
mountPath: "",
content: mount.content,
serviceId: compose.composeId,
serviceType: "compose",