mirror of https://github.com/docker/compose.git
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
|
FROM alpine
|
||
|
|
||
|
COPY hello.txt /hello.txt
|
||
|
|
||
|
CMD [ "/bin/true" ]
|