Skip to main content

ProjectDockerFileConfig

Configures Dockerfile generation.

Index

Properties

buildTask

buildTask: null | string

A task within the current project for building the project.

image

image: null | string

The base Docker image.

startTask

startTask: null | string

A task within the current project for starting the project.