. Advertisement .
..3..
. Advertisement .
..4..
I get an error “git status fatal not a git repository or any of the parent directories git” when I try to run my program. Can you give me some suggestions to fix it?.
Here is our case study:#To change directory in Dockerfile
#Do:
WORKDIR /directory/
#instead of:
RUN cd /directory/
1 Answer