Represents a Dockerfile that can be synthesized into a file on the filesystem.

Hierarchy

  • Dockerfile

Constructors

Properties

buildStages: readonly BuildStage[]

The build stages.

dockerfileDirectory: string

The directory name for the generated Dockerfile.

dockerfileName: string

The Dockerfile name to generate.

Methods

  • Returns the Dockerfile directory.

    Returns string

  • Returns the Dockerfile name.

    Returns string

  • Returns the Dockerfile path.

    Returns string

  • Synthesizes a Dockerfile to the filesystem.

    Returns void

Generated using TypeDoc