Vulnerability-Wiki
Vulnerability-Wiki copied to clipboard
CentOS7 运行docker-compose up -d出现错误 ERROR: Service '0sec' failed to build: lstat docs: no such file or directory
[root@VM-20-4-centos docs-0sec]# docker-compose up -d Creating network "vulnerabilitywiki_default" with the default driver Building 0sec Step 1/6 : FROM node:16-alpine ---> 5dcd1f6157bd Step 2/6 : RUN npm install cnpm -g --registry=https://registry.npm.taobao.org ---> Using cache ---> 228c62aadc29 Step 3/6 : RUN npm i docsify-cli -g ---> Using cache ---> c2d194bbe920 Step 4/6 : WORKDIR /data ---> Using cache ---> 47ed734d26b5 Step 5/6 : COPY docs /data/docs ERROR: Service '0sec' failed to build: lstat docs: no such file or directory
已经解决了,忘记下release