We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb49a7 commit 2ad90e4Copy full SHA for 2ad90e4
1 file changed
packages/@aws-cdk/core/lib/bundling.ts
@@ -491,9 +491,9 @@ export interface DockerBuildOptions {
491
492
/**
493
* Set build target for multi-stage container builds. Any stage defined afterwards will be ignored.
494
- *
+ *
495
* Example value: `build-env`
496
497
* @default - Build all stages defined in the Dockerfile
498
*/
499
readonly targetStage?: string;
0 commit comments