You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the projects in my solution is already setup as container using the <EnableSdkContainerSupport> and <ContainerRepository> tag. Is there a way to add a container resource directly from these project resource information instead of having to duplicate it inside a "DockerFile" and use .AddDockerFile() or .WithDockerFile()?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
One of the projects in my solution is already setup as container using the
<EnableSdkContainerSupport>
and<ContainerRepository>
tag. Is there a way to add a container resource directly from these project resource information instead of having to duplicate it inside a "DockerFile" and use.AddDockerFile()
or.WithDockerFile()
?Beta Was this translation helpful? Give feedback.
All reactions