1 write to _mounts
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStatements.cs (1)
256_mounts = mounts.ToList();
1 reference to _mounts
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStatements.cs (1)
261var mountOptions = string.Join(" ", _mounts.Select(m => $"--mount={m}"));