Explorar o código

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

xuyiping hai 1 ano
pai
achega
79edef916d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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