CopyFilePattern Properties
Record Properties 2 members
Represents a file pattern for copying dependency files in a Dockerfile.
The destination path where files should be copied (e.g., "./").
public string Destination { get; init; }The source pattern for files to copy (e.g., "package*.json").
public string Source { get; init; }