dockerfile copy file not found code example
Example: docker copy file not found
WORKDIR /usr/src/companies
COPY . ./usr/src/companies/ - working
COPY . ./usr/src/companies - not working
WORKDIR /usr/src/companies
COPY . ./usr/src/companies/ - working
COPY . ./usr/src/companies - not working