ContainerResource.withDockerfile
Method
interface ContainerResource { // ... omitted for brevity withDockerfile( contextPath: string, dockerfilePath?: string, stage?: string): ContainerResource;}Signature
method
withDockerfile builder Configures the resource to use a Dockerfile
withDockerfile( contextPath: string, dockerfilePath?: string, stage?: string): ContainerResourceParameters
contextPath string dockerfilePath string optional stage string optional Returns
ContainerResource Defined on
This method is defined on the following type: