Yi 1 anno fa
parent
commit
02eaf3ec2c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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" \