Answers for "docker build always runs from root"

0

docker build always runs from root

#Use WORKDIR for changing directory in docker container instead of using cd.
#Example
WORKDIR /home/directory
Posted by: Guest on April-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language