github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/cache/base/Dockerfile (about)

     1  FROM alpine:3
     2  COPY hello.txt .
     3  CMD ["./app"]
     4