Yi 1 vuosi sitten
vanhempi
commit
9967f0d560
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 && \