Skip to content
Docs Try Aspire

IResourceWithContainerFiles

Interface net10.0
📦 Aspire.Hosting v13.1.2
Represents a resource that contains files that can be copied to other resources.
namespace Aspire.Hosting;
public interface IResourceWithContainerFiles
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}
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.