DockerFile有误
zombieyang opened this issue · 0 comments
zombieyang commented
直接上传会有如下提示
[2021-12-30 20:33:45] Step 4/8 : COPY package*.json /app
[2021-12-30 20:33:45] When using COPY with more than one source file, the destination must be a directory and end with a /
script returned exit code 1
要改成
COPY package*.json /app/