sourceDirectory property

Input<String?>? sourceDirectory
final

Path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.

Implementation

final pulumi.Input<String?>? sourceDirectory;