compose/tests/fixtures/build-multiple-composefile/a/Dockerfile

5 lines
49 B
Docker

FROM busybox:1.31.0-uclibc
RUN echo a
CMD top