IResourceWithContainerFiles
Interface net10.0
Represents a resource that contains files that can be copied to other resources.
namespace Aspire.Hosting;
public interface IResourceWithContainerFiles : Aspire.Hosting.ApplicationModel.IResource{ // ...}Remarks
Section titled Remarks Resources that implement this interface produce container images that include files that can be copied into other resources. For example using Docker's COPY --from feature.