Cloud API Overview > @adpt/cloud > docker > LocalDockerImageProps
docker.LocalDockerImageProps interface
Props for docker.LocalDockerImage
Signature:
export interface LocalDockerImageProps
Properties
Property | Type | Description |
---|---|---|
contextDir | string | Directory for use as the build context in docker build |
dockerfile | string | Contents of the dockerfile |
dockerfileName | string | Path to a local Dockerfile in the Adapt project. |
files | File[] | Extra files that should be included during the docker build |
options | DockerBuildOptions | Options to control the behavior of docker build |
stages | Stage[] | Extra stages to include in a multi-stage docker build |