Cloud API Overview > @adpt/cloud > docker > LocalDockerImageProps > dockerfileName
docker.LocalDockerImageProps.dockerfileName property
Path to a local Dockerfile in the Adapt project.
Signature:
dockerfileName?: string;
Remarks
This path is relative to the root of the Adapt project. Should not be used if dockerfile
is set.