📅  最后修改于: 2022-03-11 14:58:51.282000             🧑  作者: Mango
## inside books folder or another folder
COPY ./books/package*.json ./
COPY ./books ./
## not inside books folder or not another folder
COPY package*.json ./
COPY . ./