Skip to content

Commit

Permalink
Release template-v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btnguyen2k committed Jan 31, 2020
1 parent 6400995 commit 9674260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM node:13.6-alpine3.11 AS builder_fe
RUN mkdir /build
COPY ./fe-gui /build
COPY ./fe-gui/src/config_one_image.json /build/src/config.json
RUN cd /build && rm -rf dist node_modules && export BUILD=`date +%Y%M%d%H%m` && sed -i 's/\$shortname\$ - \$name\$ v\$version\$/GoVueAdmin v0.1.1 b'$BUILD/g public/index.html && npm install && npm run build
RUN cd /build && rm -rf dist node_modules && export BUILD=`date +%Y%m%d%H%M` && sed -i 's/\$shortname\$ - \$name\$ v\$version\$/GoVueAdmin v0.1.1 b'$BUILD/g public/index.html && npm install && npm run build

FROM golang:1.12-alpine AS builder_be
RUN apk add git build-base
Expand Down

0 comments on commit 9674260

Please sign in to comment.