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