FROM node:12 WORKDIR /home COPY . . RUN npm install --registery=https://registery.npm.taobao.org EXPOSE 7005 CMD ["npm", "run", "dev-docker"]