mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-10 16:35:26 +02:00
Merge branch 'canary' into fix/envs-array-templates
This commit is contained in:
@@ -223,7 +223,7 @@ export function processMounts(
|
||||
): Template["mounts"] {
|
||||
if (!template?.config?.mounts) return [];
|
||||
|
||||
return template.config.mounts.map((mount: MountConfig) => ({
|
||||
return template?.config?.mounts?.map((mount: MountConfig) => ({
|
||||
filePath: processValue(mount.filePath, variables, schema),
|
||||
content: processValue(mount.content, variables, schema),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user