fix: 🐛 修正构建包安装顺序
This commit is contained in:
parent
0338bf1a15
commit
bb4f3e2c0e
@ -1,7 +1,7 @@
|
||||
FROM node:12 AS builder
|
||||
WORKDIR /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
|
||||
RUN npm run build:prod
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user