WORKDIR [directory]
The WORKDIR instruction changes the location from which files are resolved in
the runner.
Examples
- Use 
WORKDIR /tmpto run commands in the/tmpdirectory within the runner. - Use 
WORKDIR helloto run commands in the(workdir)/hellodirectory within the runner.