Answers for "COPY failed: no source files were specified"

0

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 . ./
Posted by: Guest on April-12-2021

Browse Popular Code Answers by Language