mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
Merge remote-tracking branch 'origin/gva_gormv2_dev' into gva_gormv2_dev
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user