COPY / ADD operation requires 2 parameters. How to add a file to the current worklist that was installed in the base image?
FROM company/app COPY local.conf
Of course, I can add the WORKDIR clause before COPY to explicitly declare it. But that would be problematic if the workdir in company/app changed.
docker dockerfile
akhyar
source share