FROM node:10.15.0 // 须要指定node 版本与服务器版本一致 WORKDIR /home/Service # Bundle app source COPY . /home/Service # RUN yarn install EXPOSE 8989 CMD [ "npm", "run", "serve" ] 复制代码
npm rebuild node-sass || npm rebuild node-sass --force 复制代码