moby--moby/integration-cli/build_tests/TestContextTar/Dockerfile

4 lines
46 B
Docker

FROM busybox
ADD foo /foo
CMD ["cat", "/foo"]