4 lines
51 B
Docker
4 lines
51 B
Docker
|
FROM alpine
|
||
|
|
||
|
RUN echo "Hello, World!" > /hello.txt
|