caipin 2 سال پیش
والد
کامیت
171a18a49b
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      deployment/Dockerfile

+ 2 - 1
deployment/Dockerfile

@@ -5,7 +5,8 @@
 # RUN cnpm run build
 
 # 后端预构建
-FROM cm-gocache:latest AS builder
+#FROM cm-gocache:latest AS builder
+FROM golang:1.15-alpine AS builder
 RUN go env -w GO111MODULE=on
 RUN go env -w GOPROXY=https://goproxy.cn,direct
 COPY . /go/src/construction_management