WORKDIR [directory]
The WORKDIR
instruction changes the location from which files are resolved in
the runner.
WORKDIR /tmp
to run commands in the /tmp
directory within the runner.WORKDIR hello
to run commands in the (workdir)/hello
directory within
the runner.