Compare commits

..

No commits in common. "7c6d7b63e356ce08d4efbda4fc94e9868bef0262" and "c4e7af8fba7180b72ef83fdcf36534a1d7c9229f" have entirely different histories.

View File

@ -1,7 +1,7 @@
FROM node:12 AS builder FROM node:12 AS builder
WORKDIR /app WORKDIR /app
ADD package.json /app/ ADD package.json /app/
RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install RUN npm config set registry https://registry.npmmirror.com && npm install
ADD . /app ADD . /app
RUN npm run build:prod RUN npm run build:prod