Преглед изворни кода

Merge branch 'feature/stroage-manage' of xuyiping/kpt-tmr-group into develop

xuyiping пре 1 година
родитељ
комит
d11590206f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -7,7 +7,8 @@ owner="yiping.xu"
 
 WORKDIR /bin
 
-RUN go env -w GO111MODULE=on \
+RUN cd /drone/src/kpt-tmr-group \
+    && go env -w GO111MODULE=on \
     && go env -w GOPROXY=https://goproxy.cn,direct \
     && go env -w CGO_ENABLED=0 \
     && go build -o ./bin/kptTmrGroup \