FROM busybox
WORKDIR /tiny/
COPY hello.txt hello.txt
ENTRYPOINT [ "/bin/cat", "hello.txt" ]
