withDockerfile
Function
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 Applies to
This function is an extension method on the following types: