Compare commits
2 Commits
c4e7af8fba
...
7c6d7b63e3
Author | SHA1 | Date | |
---|---|---|---|
7c6d7b63e3 | |||
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