Type alias DockerBuilder

DockerBuilder: DockerBaseMetadata & {
    dockerfile: string;
    target: string;
}

Type declaration

  • dockerfile: string
  • target: string