compose/tests/fixtures/build-multiple-composefile/a/Dockerfile
Gil Raphaelli 89f2bfe4f3 add --parallel option to build
Signed-off-by: Gil Raphaelli <g@raphaelli.com>
2018-07-31 12:06:59 -04:00

4 lines
42 B
Docker

FROM busybox:latest
RUN echo a
CMD top