Docker - How to CD into other local directory during build time

Viewed 34

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

0 Answers
Related