Type alias DockerBaseMetadata

DockerBaseMetadata: {
    args: string[];
    command: string;
    entrypoint: string[];
}

Type declaration

  • args: string[]
  • command: string
  • entrypoint: string[]