Skip to main content

PartialProjectDockerFileConfig

Configures Dockerfile generation.

Index

Properties

optionalbuildTask

buildTask?: null | string

A task within the current project for building the project.

optionalimage

image?: null | string

The base Docker image.

optionalstartTask

startTask?: null | string

A task within the current project for starting the project.