Skip to main content

DockerPruneConfig

Configures aspects of the Docker pruning process.

Index

Properties

optionaldeleteVendorDirectories

deleteVendorDirectories?: boolean = ```ts true ```

Automatically delete vendor directories (package manager dependencies, build targets, etc) while pruning.

optionalinstallToolchainDeps

installToolchainDeps?: boolean = ```ts true ```

Automatically install production dependencies for all required toolchain's of the focused projects within the Docker build.