2 lines
38 B
Docker
2 lines
38 B
Docker
|
FROM alpine
|
||
|
RUN echo test >> /test.txt
|