Constructor for a WORKDIR instruction

Workdir(path)

Arguments

path

The path of the working directory

Value

the object

Examples

instruction <- containerit:::Workdir("~/myDir/subdir/") toString(instruction)
#> [1] "WORKDIR ~/myDir/subdir/"