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)
262await writer.WriteLineAsync($"RUN {mountOptions} \\\n {_command}").ConfigureAwait(false);