copy failed no source files were specified code example
Example: COPY failed: no source files were specified
## inside books folder or another folder
COPY ./books/package*.json ./
COPY ./books ./
## not inside books folder or not another folder
COPY package*.json ./
COPY . ./