Optionalbuild?: {Docker build-related options.
Optionalargs?: { [k: string]: string }Build arguments.
OptionalcacheFrom?: string | string[]The image to consider as a cache. Use an array to specify multiple images.
Optionaltarget?: stringTarget stage in a multi-stage build.
Optionalcontext?: stringThe location of the context folder for building the Docker image. The path is relative to the folder containing the devcontainer.json file.
The location of the Dockerfile that defines the contents of the container. The path is relative to the folder containing the devcontainer.json file.
Docker build-related options.