choose dir where to run dockerfile code example
Example: choose dir where to run dockerfile
#Use WORKDIR for changing directory in docker container instead of using cd.
#Example
WORKDIR /home/directory
#Use WORKDIR for changing directory in docker container instead of using cd.
#Example
WORKDIR /home/directory