I want to cd .. into other directory during build time to run a command then copy what this command generated.
Question:
How to cd into my local machine and not on the docker image itself,
'cause RUN cd .. will be into it.
Thanks in advance
I want to cd .. into other directory during build time to run a command then copy what this command generated.
Question:
How to cd into my local machine and not on the docker image itself,
'cause RUN cd .. will be into it.
Thanks in advance