1 write to _command
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStatements.cs (1)
255
_command
= command;
1 reference to _command
Aspire.Hosting (1)
ApplicationModel\Docker\DockerfileStatements.cs (1)
262
await writer.WriteLineAsync($"RUN {mountOptions} \\\n {
_command
}").ConfigureAwait(false);