فهرست منبع

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

xuyiping 1 سال پیش
والد
کامیت
d055314754
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      Dockerfile

+ 1 - 4
Dockerfile

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