Browse Source

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 year ago
parent
commit
22348f2b7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -13,6 +13,7 @@ RUN go env -w GO111MODULE=on && \
     go env -w GOOS=linux && \
     go build -o ./bin/kptTmr -ldflags "-X kpt.kptyun.cn:3000/kpt-event/kpt-tmr/pod.appVersion=tmr" main.go
 
+RUN ls -l && pwd
 
 FROM alpine:latest
 LABEL name="kpt-tmr" \