[2022-04-25 14:52:22] OK: 71 MiB in 22 packages
[2022-04-25 14:52:24] Removing intermediate container 3c34b4c8c93e
[2022-04-25 14:52:24] ---> b4cdd89cd86b
[2022-04-25 14:52:24] Step 4/9 : WORKDIR /app
[2022-04-25 14:52:24] ---> Running in cf94f902a478
[2022-04-25 14:52:24] Removing intermediate container cf94f902a478
[2022-04-25 14:52:24] ---> 2fca88f41a18
[2022-04-25 14:52:24] Step 5/9 : COPY package*.json /app
[2022-04-25 14:52:24] When using COPY with more than one source file, the destination must be a directory and end with a /
script returned exit code 1
Dockerfile里改动一行:
COPY package*.json /app/
[2022-04-25 14:52:22] OK: 71 MiB in 22 packages [2022-04-25 14:52:24] Removing intermediate container 3c34b4c8c93e [2022-04-25 14:52:24] ---> b4cdd89cd86b [2022-04-25 14:52:24] Step 4/9 : WORKDIR /app [2022-04-25 14:52:24] ---> Running in cf94f902a478 [2022-04-25 14:52:24] Removing intermediate container cf94f902a478 [2022-04-25 14:52:24] ---> 2fca88f41a18 [2022-04-25 14:52:24] Step 5/9 : COPY package*.json /app [2022-04-25 14:52:24] When using COPY with more than one source file, the destination must be a directory and end with a / script returned exit code 1