Browse Source

fix dockerfile

spring 3 years ago
parent
commit
5b068c579b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -3,7 +3,7 @@ FROM golang:1.17 as builder
 WORKDIR /go/src/app  
 
 COPY . . 
-
+ENV youngee_env pro
 RUN go env -w GO111MODULE=on
 
 RUN go env -w GOPROXY=https://goproxy.cn,direct