1 write to EnvFilePath
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
583EnvFilePath = GetEnvFilePath(context, this),
3 references to EnvFilePath
Aspire.Hosting (3)
Publishing\ContainerRuntimeBase.cs (3)
889if (context.EnvFilePath is not null && File.Exists(context.EnvFilePath)) 891arguments += $" --env-file \"{context.EnvFilePath}\"";