COPY failed: no source files were specified Code 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 . ./