Merge remote-tracking branch 'origin/gva_gormv2_dev' into gva_gormv2_dev

This commit is contained in:
pixel
2021-07-13 17:30:42 +08:00
5 changed files with 12 additions and 13 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ FROM node:12.16.1
WORKDIR /gva_web/
COPY . .
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
RUN cnpm install || npm install
RUN npm install
RUN npm run build
FROM nginx:alpine