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

6 lines
81 B
Docker

FROM alpine
COPY --from=base /hello.txt /hello.txt
CMD [ "cat", "/hello.txt" ]