Answers for "docker fatal: Not a git repository (or any of the parent directories): .git"

0

docker fatal: Not a git repository (or any of the parent directories): .git

#To change directory in Dockerfile
#Do:

WORKDIR /directory/

#instead of:

RUN cd /directory/
Posted by: Guest on June-24-2021

Code answers related to "docker fatal: Not a git repository (or any of the parent directories): .git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language