Browse Source

project: cicd 3

Yi 1 year ago
parent
commit
02eaf3ec2c
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" \