fix: 🐛 修正构建包安装顺序 #14

Unito
shr ha unito 1 commit da cicd a develop 2022-02-23 13:23:23 +08:00
Showing only changes of commit bb4f3e2c0e - Show all commits

Vedi 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 RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install
ADD . /app ADD . /app
RUN npm run build:prod RUN npm run build:prod