compose/pkg/e2e/fixtures/build-dependencies/base.dockerfile

6 lines
60 B
Docker

FROM alpine
COPY hello.txt /hello.txt
CMD [ "/bin/true" ]