updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-07-31 13:34:22 +08:00
parent 9bbd30faf5
commit 6aec901aea

View File

@@ -8,7 +8,7 @@ ENV GOPROXY https://mirrors.aliyun.com/goproxy/
RUN go install -v ./...
FROM node:8.16.0-alpine AS frontend-build
FROM node:8.16.0 AS frontend-build
ADD ./frontend /app
WORKDIR /app