Browse Source

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

xuyiping 1 year ago
parent
commit
79edef916d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ WORKDIR /app/kpt-tmr-group
 
 
 COPY . .
 COPY . .
 
 
-RUN mkdir -p ./bin \
+RUN mkdir -p ./bin
 
 
 RUN go env -w GO111MODULE=on && \
 RUN go env -w GO111MODULE=on && \
     go env -w GOPROXY=https://goproxy.cn,direct && \
     go env -w GOPROXY=https://goproxy.cn,direct && \