SyntaxFix
Write A Post
Hire A Developer
Questions
To change into another directory use WORKDIR. All the RUN, CMD and ENTRYPOINT commands after WORKDIR will be executed from that directory.
RUN git clone XYZ WORKDIR "/XYZ" RUN make