github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/samples/builders/artifact-dependencies/Dockerfile.base (about) 1 FROM alpine:3 2 COPY hello.txt . 3 CMD ["./app"]