📜  复制失败:未指定源文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:51.282000             🧑  作者: Mango

代码示例1
## inside books folder or another folder
COPY ./books/package*.json ./
COPY ./books ./

## not inside books folder or not another folder
COPY package*.json ./
COPY . ./